Balsamico
#130d07
Balsamico is a color with the hex code #130d07. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #130d07 | |
|---|---|---|
| RGB | rgb(19, 13, 7) | |
| HSL | hsl(30, 46%, 5%) | |
| CMYK | cmyk(0%, 32%, 63%, 93%) | |
| LAB | lab(4, 2, 3) | |
| OKLCH | oklch(0.16 0.016 68) |
Color harmonies
Tints & shades
Code snippets
color: #130d07;
background-color: #130d07;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF130D07)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.05, blue: 0.03, alpha: 1.0)