#241D24
A very dark, muted magenta closely aligning with Black.
About #241D24
Visually, #241D24 is defined as a muted magenta. Its closest recognized web color is Black. This translates to an RGB value of rgb(36, 29, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 19% Magenta, 0% Yellow, and 86% Black. The HSL representation is 300.0° hue, 10.8% saturation, and 12.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#241D24
RGB36, 29, 36
HSL300.0°, 10.8%, 12.7%
CMYK0%, 19%, 0%, 86%
HSV300.0°, 19.4%, 14.1%
LAB11.8, 5.0, -3.5
XYZ1.5, 1.4, 1.9
Decimal2366756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.45:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.73:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241D24;
}
.text-color {
color: #241D24;
}
.border-color {
border: 2px solid #241D24;
}