Cursed Black
#131313
Looking for the precise values behind Cursed Black (#131313)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #131313 | |
|---|---|---|
| RGB | rgb(19, 19, 19) | |
| HSL | hsl(0, 0%, 7%) | |
| CMYK | cmyk(0%, 0%, 0%, 93%) | |
| LAB | lab(6, 0, 0) | |
| OKLCH | oklch(0.19 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #131313;
background-color: #131313;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF131313)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.07, blue: 0.07, alpha: 1.0)