Shades of Aubergine #322328
Tints of Aubergine #322328
RGB
CMYK
RGB Variations
Color information
#322328 (or 0x322328) is known color: Aubergine. HEX triplet: 32, 23 and 28. RGB value is (50,35,40). Sum of RGB (Red+Green+Blue) = 50+35+40=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #322328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322328 is #CDDCD7. Grayscale: #282828. Windows color (decimal): -13491416 or 2630450. OLE color: 2630450.
HSL color Cylindrical-coordinate representation of color #322328: hue angle of 340º 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 #322328 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 40 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.80 |
| HSL | 340º | 0.18% | 0.17% | - |
| HSV(B) | 340º | 0.3% | 0.2% | - |
| XYZ | 2.3 | 2.03 | 2.28 | - |
| YUV | 40.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 40 | 0 | 0.30 | 0.20 | 0.80 | 340 | 0.18 | 0.17 |
| Hex | 32 | 23 | 28 | 0 | 1E | 14 | 50 | 154 | 12 | 11 |
| Octal | 62 | 43 | 50 | 0 | 36 | 24 | 120 | 524 | 22 | 21 |
| Binary | 110010 | 100011 | 101000 | 0 | 11110 | 10100 | 1010000 | 101010100 | 10010 | 10001 |
Color Harmonies of #322328
Complementary color
Monochromatic Colors of #322328
Black with #322328
Text Example
Text Example
White with #322328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322328; }
p { color: rgb(50,35,40); }
H1.HeaderClassName
{
color: #322328;
}
.AnyTagClassName
{
color: #322328;
}
</style>
background-color css
<style>
a { background-color: #322328; }
a { background-color: rgb(50,35,40); }
div.DivClassName
{
background-color: #322328;
}
.BgClassName
{
background-color: #322328;
}
</style>
border-color css
<style>
span { border-color: #322328; }
span { border-color: rgb(50,35,40); }
td.TdClassName
{
border-color: #322328;
}
.TagClassName
{
border-color: #322328;
}
</style>