Shades of Aubergine #322327
Tints of Aubergine #322327
RGB
CMYK
RGB Variations
Color information
#322327 (or 0x322327) is known color: Aubergine. HEX triplet: 32, 23 and 27. RGB value is (50,35,39). Sum of RGB (Red+Green+Blue) = 50+35+39=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322327 is #CDDCD8. Grayscale: #272727. Windows color (decimal): -13491417 or 2564914. OLE color: 2564914.
HSL color Cylindrical-coordinate representation of color #322327: hue angle of 344º 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 #322327 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 39 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.80 |
| HSL | 344º | 0.18% | 0.17% | - |
| HSV(B) | 344º | 0.3% | 0.2% | - |
| XYZ | 2.28 | 2.03 | 2.19 | - |
| YUV | 39.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 39 | 0 | 0.30 | 0.22 | 0.80 | 344 | 0.18 | 0.17 |
| Hex | 32 | 23 | 27 | 0 | 1E | 16 | 50 | 158 | 12 | 11 |
| Octal | 62 | 43 | 47 | 0 | 36 | 26 | 120 | 530 | 22 | 21 |
| Binary | 110010 | 100011 | 100111 | 0 | 11110 | 10110 | 1010000 | 101011000 | 10010 | 10001 |
Color Harmonies of #322327
Complementary color
Monochromatic Colors of #322327
Black with #322327
Text Example
Text Example
White with #322327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322327; }
p { color: rgb(50,35,39); }
H1.HeaderClassName
{
color: #322327;
}
.AnyTagClassName
{
color: #322327;
}
</style>
background-color css
<style>
a { background-color: #322327; }
a { background-color: rgb(50,35,39); }
div.DivClassName
{
background-color: #322327;
}
.BgClassName
{
background-color: #322327;
}
</style>
border-color css
<style>
span { border-color: #322327; }
span { border-color: rgb(50,35,39); }
td.TdClassName
{
border-color: #322327;
}
.TagClassName
{
border-color: #322327;
}
</style>