Shades of Aubergine #322223
Tints of Aubergine #322223
RGB
CMYK
RGB Variations
Color information
#322223 (or 0x322223) is known color: Aubergine. HEX triplet: 32, 22 and 23. RGB value is (50,34,35). Sum of RGB (Red+Green+Blue) = 50+34+35=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322223 is #CDDDDC. Grayscale: #262626. Windows color (decimal): -13491677 or 2302514. OLE color: 2302514.
HSL color Cylindrical-coordinate representation of color #322223: hue angle of 356.25º 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 #322223 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 35 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.80 |
| HSL | 356.25º | 0.19% | 0.16% | - |
| HSV(B) | 356.25º | 0.32% | 0.2% | - |
| XYZ | 2.19 | 1.94 | 1.85 | - |
| YUV | 38.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 35 | 0 | 0.32 | 0.30 | 0.80 | 356.25 | 0.19 | 0.16 |
| Hex | 32 | 22 | 23 | 0 | 20 | 1E | 50 | 164 | 13 | 10 |
| Octal | 62 | 42 | 43 | 0 | 40 | 36 | 120 | 544 | 23 | 20 |
| Binary | 110010 | 100010 | 100011 | 0 | 100000 | 11110 | 1010000 | 101100100 | 10011 | 10000 |
Color Harmonies of #322223
Complementary color
Monochromatic Colors of #322223
Black with #322223
Text Example
Text Example
White with #322223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322223; }
p { color: rgb(50,34,35); }
H1.HeaderClassName
{
color: #322223;
}
.AnyTagClassName
{
color: #322223;
}
</style>
background-color css
<style>
a { background-color: #322223; }
a { background-color: rgb(50,34,35); }
div.DivClassName
{
background-color: #322223;
}
.BgClassName
{
background-color: #322223;
}
</style>
border-color css
<style>
span { border-color: #322223; }
span { border-color: rgb(50,34,35); }
td.TdClassName
{
border-color: #322223;
}
.TagClassName
{
border-color: #322223;
}
</style>