Charcoal (Neutral)
#28241C
RGB: 40, 36, 28
Color OverviewHEX #28241C
#28241C Color Code Information
In the RGB color space, #28241C is composed of 16% red, 14% green, and 11% blue. In the HSL color space, it has a hue of 40°, saturation of 18%, and lightness of 13%.
HEX
#28241C
RGB
40, 36, 28
HSL
40°, 18%, 13%
HSV
40°, 30%, 16%
CMYK
0%, 10%, 30%, 84%
Name Match
Charcoal
Closest StandardShades of #28241C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #28241C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #28241C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #28241C
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 #28241C Background
Contrast Ratio against Pure White (#FFFFFF):15.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #28241C Background
Contrast Ratio against Pure Black (#000000):1.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #28241C;
}
.element {
color: #28241C;
background-color: #28241C;
border-color: #28241C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#28241C] text-[#28241C] border-[#28241C]"> Content styled with #28241C </div>