Raven Hex Code — #0E0E10
RGB, HSL, and CMYK values for Raven.
Raven Color Values
| Format | Value |
|---|---|
| HEX | #0E0E10 |
| RGB | rgb(14, 14, 16) |
| HSL | hsl(240, 7%, 6%) |
| CMYK | cmyk(12%, 12%, 0%, 94%) |
Want to explore more shades? Use our Color Converter
About Raven
Color psychology: Mystery, intelligence.
Raven (#0E0E10) is a dark shade of black. It's commonly used in web design, graphic design, and branding where mystery, intelligence are desired associations.
How to Use Raven in CSS
/* Using HEX */ color: #0E0E10; background-color: #0E0E10; /* Using RGB */ color: rgb(14, 14, 16); /* Using HSL */ color: hsl(240, 7%, 6%);