HSL(348, 53%, 13%)
Very Dark Red — Red color
Adjust Color
Color Information
Color Name
Very Dark Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(348,53%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(348, 53%, 13%) | color: hsl(348, 53%, 13%) | |
| HEX | #331017 | color: #331017 | |
| RGB | rgb(51, 16, 23) | color: rgb(51, 16, 23) | |
| CMYK | cmyk(0%, 69%, 55%, 80%) | — | |
| HSV | hsv(348, 69%, 20%) | — | |
| HWB | hwb(348 6% 80%) | color: hwb(348 6% 80%) | |
| OKLCH | oklch(0.232 0.057 10.31) | color: oklch(0.232 0.057 10.31) | |
| Lab | lab(10.08 18.48 3.93) | color: lab(10.08 18.48 3.93) | |
| LCH | lch(10.08 18.89 12.01) | color: lch(10.08 18.89 12.01) |
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)
#242415 — rgb(36, 36, 21)
Deuteranopia (Green-blind)
#262915 — rgb(38, 41, 21)
Tritanopia (Blue-blind)
#311414 — rgb(49, 20, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(348, 53%, 13%);
text
color: hsl(348, 53%, 13%);
border
border: 2px solid hsl(348, 53%, 13%);
gradient light
background: linear-gradient(to right, hsl(348, 53%, 33%), hsl(348, 53%, 13%));
gradient dark
background: linear-gradient(to right, hsl(348, 53%, 13%), hsl(348, 53%, 0%))
hex
background-color: #331017;
tailwind
bg-[hsl(348,53%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(348, 53%, 13%, 0.4);
css variable
--color-primary: hsl(348, 53%, 13%);
Related Colors
Use Cases for Very Dark Red
Frequently Asked Questions
What are all the color codes for HSL(348, 53%, 13%)?
HEX: #331017 | RGB: rgb(51, 16, 23) | CMYK: 0%, 69%, 55%, 80% | HSV: 348°, 69%, 20%. Copy any format from the conversion table above.
What colors go well with #331017?
The complementary color is HSL(168, 53%, 13%). For a triadic harmony, use hues 348°, 108°, and 228°. For analogous combinations, try hues 318° and 18°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(348, 53%, 13%) in CSS?
As HSL: color: hsl(348, 53%, 13%); — As HEX: color: #331017; — As RGB: color: rgb(51, 16, 23); — Tailwind CSS: bg-[hsl(348,53%,13%)] — CSS variable: --color-primary: hsl(348, 53%, 13%);