What is the CMYK code for darkslategray?
The CSS color darkslategray in CMYK format is cmyk(40.5%, 0%, 0%, 69%). Use this value directly in CSS, SVG, and most design tools.
How do I use darkslategray in CSS?
To apply darkslategray in CSS:
- Text color: color: cmyk(40.5%, 0%, 0%, 69%);
- Background: background-color: cmyk(40.5%, 0%, 0%, 69%);
- Border: border-color: cmyk(40.5%, 0%, 0%, 69%);
What are all the color format values for darkslategray?
| Format | Value |
|---|---|
| HEX | #2f4f4f |
| RGB | rgb(47, 79, 79) |
| HSL | hsl(180, 25.4%, 24.7%) |
| CMYK | cmyk(40.5%, 0%, 0%, 69%) |
How do I convert darkslategray to CMYK?
Select darkslategray from the color name list in our color converter. The CMYK value — cmyk(40.5%, 0%, 0%, 69%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkslategray belong to?
darkslategray belongs to the cyan color family. It is a dark, muted color with HSL values: hue 180°, saturation 25.4%, lightness 24.7%.
How do I create lighter and darker shades of darkslategray?
Lighter variant (lightness 39.7%): #4c7f7f. Darker variant (lightness 9.7%): #121f1f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.