Shades of Aubergine #322629
Tints of Aubergine #322629
RGB
CMYK
RGB Variations
Color information
#322629 (or 0x322629) is known color: Aubergine. HEX triplet: 32, 26 and 29. RGB value is (50,38,41). Sum of RGB (Red+Green+Blue) = 50+38+41=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322629 is #CDD9D6. Grayscale: #292929. Windows color (decimal): -13490647 or 2696754. OLE color: 2696754.
HSL color Cylindrical-coordinate representation of color #322629: hue angle of 345º 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 #322629 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 41 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.80 |
| HSL | 345º | 0.14% | 0.17% | - |
| HSV(B) | 345º | 0.24% | 0.2% | - |
| XYZ | 2.41 | 2.22 | 2.4 | - |
| YUV | 41.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 41 | 0 | 0.24 | 0.18 | 0.80 | 345 | 0.14 | 0.17 |
| Hex | 32 | 26 | 29 | 0 | 18 | 12 | 50 | 159 | E | 11 |
| Octal | 62 | 46 | 51 | 0 | 30 | 22 | 120 | 531 | 16 | 21 |
| Binary | 110010 | 100110 | 101001 | 0 | 11000 | 10010 | 1010000 | 101011001 | 1110 | 10001 |
Color Harmonies of #322629
Complementary color
Monochromatic Colors of #322629
Black with #322629
Text Example
Text Example
White with #322629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322629; }
p { color: rgb(50,38,41); }
H1.HeaderClassName
{
color: #322629;
}
.AnyTagClassName
{
color: #322629;
}
</style>
background-color css
<style>
a { background-color: #322629; }
a { background-color: rgb(50,38,41); }
div.DivClassName
{
background-color: #322629;
}
.BgClassName
{
background-color: #322629;
}
</style>
border-color css
<style>
span { border-color: #322629; }
span { border-color: rgb(50,38,41); }
td.TdClassName
{
border-color: #322629;
}
.TagClassName
{
border-color: #322629;
}
</style>