Charcoal (Neutral)
#1B241F
RGB: 27, 36, 31
Color OverviewHEX #1B241F

#1B241F Color Code Information

In the RGB color space, #1B241F is composed of 11% red, 14% green, and 12% blue. In the HSL color space, it has a hue of 147°, saturation of 14%, and lightness of 12%.

HEX
#1B241F
RGB
27, 36, 31
HSL
147°, 14%, 12%
HSV
147°, 25%, 14%
CMYK
25%, 0%, 14%, 86%
Name Match
Charcoal
Closest Standard

Shades of #1B241F (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #1B241F (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #1B241F (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #1B241F

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #1B241F Background
Contrast Ratio against Pure White (#FFFFFF):15.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #1B241F Background
Contrast Ratio against Pure Black (#000000):1.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #1B241F;
}

.element {
  color: #1B241F;
  background-color: #1B241F;
  border-color: #1B241F;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#1B241F] text-[#1B241F] border-[#1B241F]">
  Content styled with #1B241F
</div>