Shades of Aubergine #331F24
Tints of Aubergine #331F24
RGB
CMYK
RGB Variations
Color information
#331F24 (or 0x331F24) is known color: Aubergine. HEX triplet: 33, 1F and 24. RGB value is (51,31,36). Sum of RGB (Red+Green+Blue) = 51+31+36=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #331F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F24 is #CCE0DB. Grayscale: #252525. Windows color (decimal): -13426908 or 2367283. OLE color: 2367283.
HSL color Cylindrical-coordinate representation of color #331F24: hue angle of 345º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F24 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 36 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.8 |
| HSL | 345º | 0.24% | 0.16% | - |
| HSV(B) | 345º | 0.39% | 0.2% | - |
| XYZ | 2.17 | 1.81 | 1.9 | - |
| YUV | 37.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 36 | 0 | 0.39 | 0.29 | 0.8 | 345 | 0.24 | 0.16 |
| Hex | 33 | 1F | 24 | 0 | 27 | 1D | 50 | 159 | 18 | 10 |
| Octal | 63 | 37 | 44 | 0 | 47 | 35 | 120 | 531 | 30 | 20 |
| Binary | 110011 | 11111 | 100100 | 0 | 100111 | 11101 | 1010000 | 101011001 | 11000 | 10000 |
Color Harmonies of #331F24
Complementary color
Monochromatic Colors of #331F24
Black with #331F24
Text Example
Text Example
White with #331F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F24; }
p { color: rgb(51,31,36); }
H1.HeaderClassName
{
color: #331F24;
}
.AnyTagClassName
{
color: #331F24;
}
</style>
background-color css
<style>
a { background-color: #331F24; }
a { background-color: rgb(51,31,36); }
div.DivClassName
{
background-color: #331F24;
}
.BgClassName
{
background-color: #331F24;
}
</style>
border-color css
<style>
span { border-color: #331F24; }
span { border-color: rgb(51,31,36); }
td.TdClassName
{
border-color: #331F24;
}
.TagClassName
{
border-color: #331F24;
}
</style>