Melanzane
#342931
Looking for the precise values behind Melanzane (#342931)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #342931 | |
|---|---|---|
| RGB | rgb(52, 41, 49) | |
| HSL | hsl(316, 12%, 18%) | |
| CMYK | cmyk(0%, 21%, 6%, 80%) | |
| LAB | lab(18, 7, -3) | |
| OKLCH | oklch(0.3 0.021 336) |
Color harmonies
Tints & shades
Code snippets
color: #342931;
background-color: #342931;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF342931)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.16, blue: 0.19, alpha: 1.0)