Shades of Aubergine #322226
Tints of Aubergine #322226
RGB
CMYK
RGB Variations
Color information
#322226 (or 0x322226) is known color: Aubergine. HEX triplet: 32, 22 and 26. RGB value is (50,34,38). Sum of RGB (Red+Green+Blue) = 50+34+38=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322226 is #CDDDD9. Grayscale: #272727. Windows color (decimal): -13491674 or 2499122. OLE color: 2499122.
HSL color Cylindrical-coordinate representation of color #322226: hue angle of 345º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322226 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 38 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.80 |
| HSL | 345º | 0.19% | 0.16% | - |
| HSV(B) | 345º | 0.32% | 0.2% | - |
| XYZ | 2.24 | 1.96 | 2.09 | - |
| YUV | 39.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 38 | 0 | 0.32 | 0.24 | 0.80 | 345 | 0.19 | 0.16 |
| Hex | 32 | 22 | 26 | 0 | 20 | 18 | 50 | 159 | 13 | 10 |
| Octal | 62 | 42 | 46 | 0 | 40 | 30 | 120 | 531 | 23 | 20 |
| Binary | 110010 | 100010 | 100110 | 0 | 100000 | 11000 | 1010000 | 101011001 | 10011 | 10000 |
Color Harmonies of #322226
Complementary color
Monochromatic Colors of #322226
Black with #322226
Text Example
Text Example
White with #322226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322226; }
p { color: rgb(50,34,38); }
H1.HeaderClassName
{
color: #322226;
}
.AnyTagClassName
{
color: #322226;
}
</style>
background-color css
<style>
a { background-color: #322226; }
a { background-color: rgb(50,34,38); }
div.DivClassName
{
background-color: #322226;
}
.BgClassName
{
background-color: #322226;
}
</style>
border-color css
<style>
span { border-color: #322226; }
span { border-color: rgb(50,34,38); }
td.TdClassName
{
border-color: #322226;
}
.TagClassName
{
border-color: #322226;
}
</style>