Oil Hex Code — #281E15
RGB, HSL, and CMYK values for Oil.
Oil Color Values
| Format | Value |
|---|---|
| HEX | #281E15 |
| RGB | rgb(40, 30, 21) |
| HSL | hsl(28, 31%, 12%) |
| CMYK | cmyk(0%, 25%, 47%, 84%) |
Want to explore more shades? Use our Color Converter
About Oil
Color psychology: Richness, strength.
Oil (#281E15) is a dark shade of black. It's commonly used in web design, graphic design, and branding where richness, strength are desired associations.
How to Use Oil in CSS
/* Using HEX */ color: #281E15; background-color: #281E15; /* Using RGB */ color: rgb(40, 30, 21); /* Using HSL */ color: hsl(28, 31%, 12%);