Obsidian Hex Code — #3B3C36
RGB, HSL, and CMYK values for Obsidian.
Obsidian Color Values
| Format | Value |
|---|---|
| HEX | #3B3C36 |
| RGB | rgb(59, 60, 54) |
| HSL | hsl(70, 5%, 22%) |
| CMYK | cmyk(2%, 0%, 10%, 76%) |
Want to explore more shades? Use our Color Converter
About Obsidian
Color psychology: Protection, grounding.
Obsidian (#3B3C36) is a dark shade of black. It's commonly used in web design, graphic design, and branding where protection, grounding are desired associations.
How to Use Obsidian in CSS
/* Using HEX */ color: #3B3C36; background-color: #3B3C36; /* Using RGB */ color: rgb(59, 60, 54); /* Using HSL */ color: hsl(70, 5%, 22%);