Black (Neutral)
#1E150D
RGB: 30, 21, 13
Color OverviewHEX #1E150D
#1E150D Color Code Information
In the RGB color space, #1E150D is composed of 12% red, 8% green, and 5% blue. In the HSL color space, it has a hue of 28°, saturation of 40%, and lightness of 8%.
HEX
#1E150D
RGB
30, 21, 13
HSL
28°, 40%, 8%
HSV
28°, 57%, 12%
CMYK
0%, 30%, 57%, 88%
Name Match
Black
Closest StandardShades of #1E150D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #1E150D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #1E150D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #1E150D
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #1E150D Background
Contrast Ratio against Pure White (#FFFFFF):17.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #1E150D Background
Contrast Ratio against Pure Black (#000000):1.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #1E150D;
}
.element {
color: #1E150D;
background-color: #1E150D;
border-color: #1E150D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#1E150D] text-[#1E150D] border-[#1E150D]"> Content styled with #1E150D </div>