Shades of Aubergine #322022
Tints of Aubergine #322022
RGB
CMYK
RGB Variations
Color information
#322022 (or 0x322022) is known color: Aubergine. HEX triplet: 32, 20 and 22. RGB value is (50,32,34). Sum of RGB (Red+Green+Blue) = 50+32+34=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #322022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322022 is #CDDFDD. Grayscale: #252525. Windows color (decimal): -13492190 or 2236466. OLE color: 2236466.
HSL color Cylindrical-coordinate representation of color #322022: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322022 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 34 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.80 |
| HSL | 353.33º | 0.22% | 0.16% | - |
| HSV(B) | 353.33º | 0.36% | 0.2% | - |
| XYZ | 2.12 | 1.83 | 1.75 | - |
| YUV | 37.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 34 | 0 | 0.36 | 0.32 | 0.80 | 353.33 | 0.22 | 0.16 |
| Hex | 32 | 20 | 22 | 0 | 24 | 20 | 50 | 161 | 16 | 10 |
| Octal | 62 | 40 | 42 | 0 | 44 | 40 | 120 | 541 | 26 | 20 |
| Binary | 110010 | 100000 | 100010 | 0 | 100100 | 100000 | 1010000 | 101100001 | 10110 | 10000 |
Color Harmonies of #322022
Complementary color
Monochromatic Colors of #322022
Black with #322022
Text Example
Text Example
White with #322022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322022; }
p { color: rgb(50,32,34); }
H1.HeaderClassName
{
color: #322022;
}
.AnyTagClassName
{
color: #322022;
}
</style>
background-color css
<style>
a { background-color: #322022; }
a { background-color: rgb(50,32,34); }
div.DivClassName
{
background-color: #322022;
}
.BgClassName
{
background-color: #322022;
}
</style>
border-color css
<style>
span { border-color: #322022; }
span { border-color: rgb(50,32,34); }
td.TdClassName
{
border-color: #322022;
}
.TagClassName
{
border-color: #322022;
}
</style>