Shades of Aubergine #322126
Tints of Aubergine #322126
RGB
CMYK
RGB Variations
Color information
#322126 (or 0x322126) is known color: Aubergine. HEX triplet: 32, 21 and 26. RGB value is (50,33,38). Sum of RGB (Red+Green+Blue) = 50+33+38=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322126 is #CDDED9. Grayscale: #262626. Windows color (decimal): -13491930 or 2498866. OLE color: 2498866.
HSL color Cylindrical-coordinate representation of color #322126: hue angle of 342.35º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322126 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 33 | 38 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.80 |
| HSL | 342.35º | 0.2% | 0.16% | - |
| HSV(B) | 342.35º | 0.34% | 0.2% | - |
| XYZ | 2.21 | 1.91 | 2.09 | - |
| YUV | 38.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 38 | 0 | 0.34 | 0.24 | 0.80 | 342.35 | 0.2 | 0.16 |
| Hex | 32 | 21 | 26 | 0 | 22 | 18 | 50 | 156 | 14 | 10 |
| Octal | 62 | 41 | 46 | 0 | 42 | 30 | 120 | 526 | 24 | 20 |
| Binary | 110010 | 100001 | 100110 | 0 | 100010 | 11000 | 1010000 | 101010110 | 10100 | 10000 |
Color Harmonies of #322126
Complementary color
Monochromatic Colors of #322126
Black with #322126
Text Example
Text Example
White with #322126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322126; }
p { color: rgb(50,33,38); }
H1.HeaderClassName
{
color: #322126;
}
.AnyTagClassName
{
color: #322126;
}
</style>
background-color css
<style>
a { background-color: #322126; }
a { background-color: rgb(50,33,38); }
div.DivClassName
{
background-color: #322126;
}
.BgClassName
{
background-color: #322126;
}
</style>
border-color css
<style>
span { border-color: #322126; }
span { border-color: rgb(50,33,38); }
td.TdClassName
{
border-color: #322126;
}
.TagClassName
{
border-color: #322126;
}
</style>