What is the RGB code for darkslategrey?
The CSS color darkslategrey in RGB format is rgb(47, 79, 79). Use this value directly in CSS, SVG, and most design tools.
How do I use darkslategrey in CSS?
To apply darkslategrey in CSS:
- Text color: color: rgb(47, 79, 79);
- Background: background-color: rgb(47, 79, 79);
- Border: border-color: rgb(47, 79, 79);
What are all the color format values for darkslategrey?
| 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 darkslategrey to RGB?
Select darkslategrey from the color name list in our color converter. The RGB value — rgb(47, 79, 79) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkslategrey belong to?
darkslategrey 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 darkslategrey?
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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.