HSL(43, 3%, 11%)
Very Dark Black — Black color
Adjust Color
Color Information
Color Name
Very Dark Black
Color Family
Black
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(43,3%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 3%, 11%) | color: hsl(43, 3%, 11%) | |
| HEX | #1D1C1B | color: #1D1C1B | |
| RGB | rgb(29, 28, 27) | color: rgb(29, 28, 27) | |
| CMYK | cmyk(0%, 3%, 7%, 89%) | — | |
| HSV | hsv(30, 7%, 11%) | — | |
| HWB | hwb(30 10% 89%) | color: hwb(30 10% 89%) | |
| OKLCH | oklch(0.2272 0.0025 67.7) | color: oklch(0.2272 0.0025 67.7) | |
| Lab | lab(10.34 0.23 0.86) | color: lab(10.34 0.23 0.86) | |
| LCH | lch(10.34 0.89 75.03) | color: lch(10.34 0.89 75.03) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#1D1D1B — rgb(29, 29, 27)
Deuteranopia (Green-blind)
#1D1D1B — rgb(29, 29, 27)
Tritanopia (Blue-blind)
#1D1B1B — rgb(29, 27, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 3%, 11%);
text
color: hsl(43, 3%, 11%);
border
border: 2px solid hsl(43, 3%, 11%);
gradient light
background: linear-gradient(to right, hsl(43, 3%, 31%), hsl(43, 3%, 11%));
gradient dark
background: linear-gradient(to right, hsl(43, 3%, 11%), hsl(43, 3%, 0%))
hex
background-color: #1D1C1B;
tailwind
bg-[hsl(43,3%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 3%, 11%, 0.4);
css variable
--color-primary: hsl(43, 3%, 11%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(43, 3%, 11%)?
HEX: #1D1C1B | RGB: rgb(29, 28, 27) | CMYK: 0%, 3%, 7%, 89% | HSV: 30°, 7%, 11%. Copy any format from the conversion table above.
What colors go well with #1D1C1B?
The complementary color is HSL(223, 3%, 11%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 3%, 11%) in CSS?
As HSL: color: hsl(43, 3%, 11%); — As HEX: color: #1D1C1B; — As RGB: color: rgb(29, 28, 27); — Tailwind CSS: bg-[hsl(43,3%,11%)] — CSS variable: --color-primary: hsl(43, 3%, 11%);