#241624
A very dark, muted magenta closely aligning with Black.
About #241624
At its core, #241624 is a very dark and muted hue. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(36, 22, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 39% magenta, 0% yellow, and 86% black. The HSL representation is 300.0° hue, 24.1% saturation, and 11.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#241624
RGB36, 22, 36
HSL300.0°, 24.1%, 11.4%
CMYK0%, 39%, 0%, 86%
HSV300.0°, 38.9%, 14.1%
LAB9.6, 10.2, -6.9
XYZ1.3, 1.1, 1.8
Decimal2364964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.28:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.52:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241624;
}
.text-color {
color: #241624;
}
.border-color {
border: 2px solid #241624;
}