Shades of Aubergine #332024
Tints of Aubergine #332024
RGB
CMYK
RGB Variations
Color information
#332024 (or 0x332024) is known color: Aubergine. HEX triplet: 33, 20 and 24. RGB value is (51,32,36). Sum of RGB (Red+Green+Blue) = 51+32+36=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332024 is #CCDFDB. Grayscale: #262626. Windows color (decimal): -13426652 or 2367539. OLE color: 2367539.
HSL color Cylindrical-coordinate representation of color #332024: hue angle of 347.37º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332024 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 36 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.8 |
| HSL | 347.37º | 0.23% | 0.16% | - |
| HSV(B) | 347.37º | 0.37% | 0.2% | - |
| XYZ | 2.2 | 1.86 | 1.91 | - |
| YUV | 38.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 36 | 0 | 0.37 | 0.29 | 0.8 | 347.37 | 0.23 | 0.16 |
| Hex | 33 | 20 | 24 | 0 | 25 | 1D | 50 | 15B | 17 | 10 |
| Octal | 63 | 40 | 44 | 0 | 45 | 35 | 120 | 533 | 27 | 20 |
| Binary | 110011 | 100000 | 100100 | 0 | 100101 | 11101 | 1010000 | 101011011 | 10111 | 10000 |
Color Harmonies of #332024
Complementary color
Monochromatic Colors of #332024
Black with #332024
Text Example
Text Example
White with #332024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332024; }
p { color: rgb(51,32,36); }
H1.HeaderClassName
{
color: #332024;
}
.AnyTagClassName
{
color: #332024;
}
</style>
background-color css
<style>
a { background-color: #332024; }
a { background-color: rgb(51,32,36); }
div.DivClassName
{
background-color: #332024;
}
.BgClassName
{
background-color: #332024;
}
</style>
border-color css
<style>
span { border-color: #332024; }
span { border-color: rgb(51,32,36); }
td.TdClassName
{
border-color: #332024;
}
.TagClassName
{
border-color: #332024;
}
</style>