Wasabi Nori
#333300
Here's everything about the color Wasabi Nori (#333300) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #333300 | |
|---|---|---|
| RGB | rgb(51, 51, 0) | |
| HSL | hsl(60, 100%, 10%) | |
| CMYK | cmyk(0%, 0%, 100%, 80%) | |
| LAB | lab(20, -5, 28) | |
| OKLCH | oklch(0.31 0.068 110) |
Color harmonies
Tints & shades
Code snippets
color: #333300;
background-color: #333300;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF333300)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.20, blue: 0.00, alpha: 1.0)