Hi,
I'm using cmyk declarations for colors in my CSS. For the color black, I specify:
But when I do "Separation Preview" in Adobe Acrobat, the color values shown is cmyk(69%,67%,74%,64%) and not cmyk(0%,0%,0%,100%). May be I'm incorrect, but the color values shown should be the same.
Note: Separation Preview is a feature in Adobe Acrobat.
Is the behavior correct? Or, Is the CSS statement correct?
Any clarification would be great....
Thanks,
Somnath
I'm using cmyk declarations for colors in my CSS. For the color black, I specify:
color: cmyk(0%,0%,0%,100%)
But when I do "Separation Preview" in Adobe Acrobat, the color values shown is cmyk(69%,67%,74%,64%) and not cmyk(0%,0%,0%,100%). May be I'm incorrect, but the color values shown should be the same.
Note: Separation Preview is a feature in Adobe Acrobat.
Is the behavior correct? Or, Is the CSS statement correct?
Any clarification would be great....
Thanks,
Somnath