#2C1624
A very dark, moderate magenta closely aligning with Black.
About #2C1624
Visually, #2C1624 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 44 red, 22 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 50% magenta, 18% yellow, and 83% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C1624
RGB44, 22, 36
HSL321.8°, 33.3%, 12.9%
CMYK0%, 50%, 18%, 83%
HSV321.8°, 50.0%, 17.3%
LAB10.8, 13.7, -4.9
XYZ1.6, 1.2, 1.8
Decimal2889252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.84:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.09:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1624;
}
.text-color {
color: #2C1624;
}
.border-color {
border: 2px solid #2C1624;
}