Licorice Hex Code — #1A1110
RGB, HSL, and CMYK values for Licorice.
Licorice Color Values
| Format | Value |
|---|---|
| HEX | #1A1110 |
| RGB | rgb(26, 17, 16) |
| HSL | hsl(6, 24%, 8%) |
| CMYK | cmyk(0%, 35%, 38%, 90%) |
Want to explore more shades? Use our Color Converter
About Licorice
Color psychology: Boldness, depth.
Licorice (#1A1110) is a dark shade of black. It's commonly used in web design, graphic design, and branding where boldness, depth are desired associations.
How to Use Licorice in CSS
/* Using HEX */ color: #1A1110; background-color: #1A1110; /* Using RGB */ color: rgb(26, 17, 16); /* Using HSL */ color: hsl(6, 24%, 8%);