Forum How do I...?

CMYK is weird

StoneCypher
Hi. My printer wants me to specify my black as CMYK 30 30 20 100

Does this do what I think it does?

div#wth_cmyk { background: device-cmyk(0.3, 0.3, 0.2, 1); }


Thank you

John Haugeland is http://fullof.bs/

mikeday
That looks like it should give you a "rich black", yes.