3AM Breakup
#330404
Here's everything about the color 3AM Breakup (#330404) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #330404 | |
|---|---|---|
| RGB | rgb(51, 4, 4) | |
| HSL | hsl(0, 85%, 11%) | |
| CMYK | cmyk(0%, 92%, 92%, 80%) | |
| LAB | lab(8, 24, 10) | |
| OKLCH | oklch(0.21 0.075 27) |
Color harmonies
Tints & shades
Code snippets
color: #330404;
background-color: #330404;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF330404)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.02, blue: 0.02, alpha: 1.0)