#00240F
A very dark, vivid neutral closely aligning with Black.
About #00240F
When working with digital screens, the color #00240F is rendered by mixing light. Its closest recognized web color is Black. In the RGB color space, it consists of 0 red, 36 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 58% Y, and 86% K. The HSL representation is 145.0° hue, 100.0% saturation, and 7.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00240F
RGB0, 36, 15
HSL145.0°, 100.0%, 7.1%
CMYK100%, 0%, 58%, 86%
HSV145.0°, 100.0%, 14.1%
LAB11.2, -19.1, 9.9
XYZ0.7, 1.3, 0.7
Decimal9231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.68:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.94:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00240F;
}
.text-color {
color: #00240F;
}
.border-color {
border: 2px solid #00240F;
}