#331624
A very dark, moderate magenta closely aligning with Black.
About #331624
When working with digital screens, the color #331624 is rendered by mixing light. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(51, 22, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 57% M, 29% Y, and 80% K. The HSL representation is 331.0° hue, 39.7% saturation, and 14.3% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#331624
RGB51, 22, 36
HSL331.0°, 39.7%, 14.3%
CMYK0%, 57%, 29%, 80%
HSV331.0°, 56.9%, 20.0%
LAB12.0, 16.7, -3.0
XYZ2.0, 1.4, 1.8
Decimal3348004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.39:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.67:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331624;
}
.text-color {
color: #331624;
}
.border-color {
border: 2px solid #331624;
}