#33001D
A very dark, vivid magenta closely aligning with Black.
About #33001D
Visually, #33001D is defined as a vivid magenta. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(51, 0, 29).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 100% Magenta, 43% Yellow, and 80% Black. The HSL representation is 325.9° hue, 100.0% saturation, and 10.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33001D
RGB51, 0, 29
HSL325.9°, 100.0%, 10.0%
CMYK0%, 100%, 43%, 80%
HSV325.9°, 100.0%, 20.0%
LAB7.2, 28.0, -5.0
XYZ1.6, 0.8, 1.2
Decimal3342365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.13:1
Text on #FFFFFF
AAA
1.16:1
Text on #000000
FAIL
17.33:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33001D;
}
.text-color {
color: #33001D;
}
.border-color {
border: 2px solid #33001D;
}