#241616
A very dark, muted red closely aligning with Black.
About #241616
When working with digital screens, the color #241616 is rendered by mixing light. Its closest recognized web color is Black. In the RGB color space, it consists of 36 red, 22 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 39% M, 39% Y, and 86% K. The HSL representation is 0.0° hue, 24.1% saturation, and 11.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#241616
RGB36, 22, 22
HSL0.0°, 24.1%, 11.4%
CMYK0%, 39%, 39%, 86%
HSV0.0°, 38.9%, 14.1%
LAB9.0, 7.1, 2.8
XYZ1.2, 1.0, 0.9
Decimal2364950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.48:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.71:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241616;
}
.text-color {
color: #241616;
}
.border-color {
border: 2px solid #241616;
}