Corbeau
#111122
Here's everything about the color Corbeau (#111122) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #111122 | |
|---|---|---|
| RGB | rgb(17, 17, 34) | |
| HSL | hsl(240, 33%, 10%) | |
| CMYK | cmyk(50%, 50%, 0%, 87%) | |
| LAB | lab(6, 4, -12) | |
| OKLCH | oklch(0.19 0.034 283) |
Color harmonies
Tints & shades
Code snippets
color: #111122;
background-color: #111122;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF111122)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.07, blue: 0.13, alpha: 1.0)