#3A0016
A very dark, vivid magenta closely aligning with Black.
About #3A0016
Visually, #3A0016 is defined as a vivid magenta. It is closely associated with the named CSS color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 0, and 22.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A0016
RGB58, 0, 22
HSL337.2°, 100.0%, 11.4%
CMYK0%, 100%, 62%, 77%
HSV337.2°, 100.0%, 22.7%
LAB8.6, 29.3, 2.8
XYZ1.9, 1.0, 0.8
Decimal3801110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.62:1
Text on #FFFFFF
AAA
1.19:1
Text on #000000
FAIL
16.85:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0016;
}
.text-color {
color: #3A0016;
}
.border-color {
border: 2px solid #3A0016;
}