#490024
A very dark, vivid magenta closely aligning with Black.
About #490024
Visually, #490024 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(73, 0, 36).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 51% Yellow, and 71% Black. The HSL representation is 330.4° hue, 100.0% saturation, and 14.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#490024
RGB73, 0, 36
HSL330.4°, 100.0%, 14.3%
CMYK0%, 100%, 51%, 71%
HSV330.4°, 100.0%, 28.6%
LAB12.9, 34.7, -1.2
XYZ3.1, 1.5, 1.8
Decimal4784164
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.05:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.34:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490024;
}
.text-color {
color: #490024;
}
.border-color {
border: 2px solid #490024;
}