Shades of Aubergine #322628
Tints of Aubergine #322628
RGB
CMYK
RGB Variations
Color information
#322628 (or 0x322628) is known color: Aubergine. HEX triplet: 32, 26 and 28. RGB value is (50,38,40). Sum of RGB (Red+Green+Blue) = 50+38+40=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322628 is #CDD9D7. Grayscale: #292929. Windows color (decimal): -13490648 or 2631218. OLE color: 2631218.
HSL color Cylindrical-coordinate representation of color #322628: hue angle of 350º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #322628 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 40 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.80 |
| HSL | 350º | 0.14% | 0.17% | - |
| HSV(B) | 350º | 0.24% | 0.2% | - |
| XYZ | 2.39 | 2.22 | 2.31 | - |
| YUV | 41.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 40 | 0 | 0.24 | 0.20 | 0.80 | 350 | 0.14 | 0.17 |
| Hex | 32 | 26 | 28 | 0 | 18 | 14 | 50 | 15E | E | 11 |
| Octal | 62 | 46 | 50 | 0 | 30 | 24 | 120 | 536 | 16 | 21 |
| Binary | 110010 | 100110 | 101000 | 0 | 11000 | 10100 | 1010000 | 101011110 | 1110 | 10001 |
Color Harmonies of #322628
Complementary color
Monochromatic Colors of #322628
Black with #322628
Text Example
Text Example
White with #322628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322628; }
p { color: rgb(50,38,40); }
H1.HeaderClassName
{
color: #322628;
}
.AnyTagClassName
{
color: #322628;
}
</style>
background-color css
<style>
a { background-color: #322628; }
a { background-color: rgb(50,38,40); }
div.DivClassName
{
background-color: #322628;
}
.BgClassName
{
background-color: #322628;
}
</style>
border-color css
<style>
span { border-color: #322628; }
span { border-color: rgb(50,38,40); }
td.TdClassName
{
border-color: #322628;
}
.TagClassName
{
border-color: #322628;
}
</style>