What is the HEX code for charcoal grey?
The CSS color charcoal grey in HEX format is #3c4142. Use this value directly in CSS, SVG, and most design tools.
How do I use charcoal grey in CSS?
To apply charcoal grey in CSS:
- Text color: color: #3c4142;
- Background: background-color: #3c4142;
- Border: border-color: #3c4142;
What are all the color format values for charcoal grey?
| Format | Value |
|---|---|
| HEX | #3c4142 |
| RGB | rgb(60, 65, 66) |
| HSL | hsl(190, 4.8%, 24.7%) |
| CMYK | cmyk(9.1%, 1.5%, 0%, 74.1%) |
How do I convert charcoal grey to HEX?
Select charcoal grey from the color name list in our color converter. The HEX value — #3c4142 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does charcoal grey belong to?
charcoal grey belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 190°, saturation 4.8%, lightness 24.7%.
How do I create lighter and darker shades of charcoal grey?
Lighter variant (lightness 39.7%): #60686a. Darker variant (lightness 9.7%): #181a1a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.