Shades of Aubergine #322326
Tints of Aubergine #322326
RGB
CMYK
RGB Variations
Color information
#322326 (or 0x322326) is known color: Aubergine. HEX triplet: 32, 23 and 26. RGB value is (50,35,38). Sum of RGB (Red+Green+Blue) = 50+35+38=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322326 is #CDDCD9. Grayscale: #272727. Windows color (decimal): -13491418 or 2499378. OLE color: 2499378.
HSL color Cylindrical-coordinate representation of color #322326: hue angle of 348º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322326 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 38 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.80 |
| HSL | 348º | 0.18% | 0.17% | - |
| HSV(B) | 348º | 0.3% | 0.2% | - |
| XYZ | 2.27 | 2.02 | 2.1 | - |
| YUV | 39.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 38 | 0 | 0.30 | 0.24 | 0.80 | 348 | 0.18 | 0.17 |
| Hex | 32 | 23 | 26 | 0 | 1E | 18 | 50 | 15C | 12 | 11 |
| Octal | 62 | 43 | 46 | 0 | 36 | 30 | 120 | 534 | 22 | 21 |
| Binary | 110010 | 100011 | 100110 | 0 | 11110 | 11000 | 1010000 | 101011100 | 10010 | 10001 |
Color Harmonies of #322326
Complementary color
Monochromatic Colors of #322326
Black with #322326
Text Example
Text Example
White with #322326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322326; }
p { color: rgb(50,35,38); }
H1.HeaderClassName
{
color: #322326;
}
.AnyTagClassName
{
color: #322326;
}
</style>
background-color css
<style>
a { background-color: #322326; }
a { background-color: rgb(50,35,38); }
div.DivClassName
{
background-color: #322326;
}
.BgClassName
{
background-color: #322326;
}
</style>
border-color css
<style>
span { border-color: #322326; }
span { border-color: rgb(50,35,38); }
td.TdClassName
{
border-color: #322326;
}
.TagClassName
{
border-color: #322326;
}
</style>