Black
- Input
- rgb(0, 0, 0)
- Expected output
- cmyk(0%, 0%, 0%, 100%)
Simple edge case.
rgb to cmyk
RGB is emissive and common on the web; CMYK is subtractive and appears in print workflows. The mathematical conversion helps ideation, not ICC profiles.
How to use the presetThe widget below already starts with `rgb(0, 250, 154)`. The CMYK row shows percentages computed from sRGB.
Simple edge case.
Classic RGB primary example.
Use it as a reference. For production, convert with the ICC profile required by the print shop.
It can. Some RGB colors are outside a print CMYK gamut.
#00fa9a#00fa9affrgb(0, 250, 154)rgba(0, 250, 154, 1)hsl(157, 100%, 49%)hsla(157, 100%, 49%, 1)hsv(157, 100%, 98%)hsva(157, 100%, 98%, 1)cmyk(100%, 0%, 38%, 2%)lab(87.34, -70.69, 32.46)xyz(40.014, 70.699, 42.103)colorConverter.privacyNote