#241D07
A very dark, moderate neutral closely aligning with Black.
About #241D07
The hex code #241D07 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 36 red, 29 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 19% M, 81% Y, and 86% K. With a hue angle of 45.5 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#241D07
RGB36, 29, 7
HSL45.5°, 67.4%, 8.4%
CMYK0%, 19%, 81%, 86%
HSV45.5°, 80.6%, 14.1%
LAB11.1, -0.0, 13.6
XYZ1.2, 1.3, 0.4
Decimal2366727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.75:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.01:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241D07;
}
.text-color {
color: #241D07;
}
.border-color {
border: 2px solid #241D07;
}