[scribus] Grayscale palette

Owen Cook owen.cook at gmx.com
Wed Nov 25 01:39:09 UTC 2015



> Sent: Wednesday, November 25, 2015 at 9:32 AM
> From: "John Culleton" <John at wexfordpress.com>
> To: "Scribus User Mailing List" <scribus at lists.scribus.net>
> Subject: [scribus] Grayscale palette
>
> There must be a hundred palettes distributed with
> Scribus. My customer's printer of the moment
> doesn't want any spot colors or ICC profiles so I
> have turned off color management. Is there a
> palette that just gives shades of gray or should
> I just use a percentage of black? The printer doesn't
> like transparencies either. The printer has
> already bounced the interior pdf once for the
> presence of an ICC  profile.  Can I use a CMYK
> color like C0 M0 Y0 K30 without inserting an ICC?
> profile?

I willingly admit to not being sure of what you want, however I wondered if there was a gray palette. Didn't look like it so I wrote a script to generate a Grey palette.

If you like it and want it, copy it from here to your .scribus/palettes directory, maybe call it 30_Shades_of_Grey

Also in the interests of keeping massive palettes with Scribus, you can get a 60 Shade of Grey palette from http://members.pcug.org.au/~rcook/scribus/60Shades_of_grey_Palette.xml.zip

==================cut=======================

<?xml version="1.0" encoding="UTF-8"?>
<SCRIBUSCOLORS Name="Shades of Grey">
<COLOR RGB="#000000" NAME="#000000"/>
<COLOR RGB="#080808" NAME="#080808"/>
<COLOR RGB="#101010" NAME="#101010"/>
<COLOR RGB="#181818" NAME="#181818"/>
<COLOR RGB="#202020" NAME="#202020"/>
<COLOR RGB="#282828" NAME="#282828"/>
<COLOR RGB="#303030" NAME="#303030"/>
<COLOR RGB="#383838" NAME="#383838"/>
<COLOR RGB="#404040" NAME="#404040"/>
<COLOR RGB="#484848" NAME="#484848"/>
<COLOR RGB="#505050" NAME="#505050"/>
<COLOR RGB="#585858" NAME="#585858"/>
<COLOR RGB="#606060" NAME="#606060"/>
<COLOR RGB="#686868" NAME="#686868"/>
<COLOR RGB="#707070" NAME="#707070"/>
<COLOR RGB="#787878" NAME="#787878"/>
<COLOR RGB="#808080" NAME="#808080"/>
<COLOR RGB="#888888" NAME="#888888"/>
<COLOR RGB="#A0A0A0" NAME="#A0A0A0"/>
<COLOR RGB="#A8A8A8" NAME="#A8A8A8"/>
<COLOR RGB="#B0B0B0" NAME="#B0B0B0"/>
<COLOR RGB="#B8B8B8" NAME="#B8B8B8"/>
<COLOR RGB="#C0C0C0" NAME="#C0C0C0"/>
<COLOR RGB="#C8C8C8" NAME="#C8C8C8"/>
<COLOR RGB="#D0D0D0" NAME="#D0D0D0"/>
<COLOR RGB="#D8D8D8" NAME="#D8D8D8"/>
<COLOR RGB="#E0E0E0" NAME="#E0E0E0"/>
<COLOR RGB="#E8E8E8" NAME="#E8E8E8"/>
<COLOR RGB="#F0F0F0" NAME="#F0F0F0"/>
<COLOR RGB="#F8F8F8" NAME="#F8F8F8"/>
</SCRIBUSCOLORS>

==================cut=======================



More information about the scribus mailing list