Shades of Aubergine #32292C
Tints of Aubergine #32292C
RGB
CMYK
RGB Variations
Color information
#32292C (or 0x32292C) is known color: Aubergine. HEX triplet: 32, 29 and 2C. RGB value is (50,41,44). Sum of RGB (Red+Green+Blue) = 50+41+44=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #32292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32292C is #CDD6D3. Grayscale: #2C2C2C. Windows color (decimal): -13489876 or 2894130. OLE color: 2894130.
HSL color Cylindrical-coordinate representation of color #32292C: hue angle of 340º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #32292C is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 44 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.80 |
| HSL | 340º | 0.1% | 0.18% | - |
| HSV(B) | 340º | 0.18% | 0.2% | - |
| XYZ | 2.56 | 2.45 | 2.72 | - |
| YUV | 44.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 44 | 0 | 0.18 | 0.12 | 0.80 | 340 | 0.1 | 0.18 |
| Hex | 32 | 29 | 2C | 0 | 12 | C | 50 | 154 | A | 12 |
| Octal | 62 | 51 | 54 | 0 | 22 | 14 | 120 | 524 | 12 | 22 |
| Binary | 110010 | 101001 | 101100 | 0 | 10010 | 1100 | 1010000 | 101010100 | 1010 | 10010 |
Color Harmonies of #32292C
Complementary color
Monochromatic Colors of #32292C
Black with #32292C
Text Example
Text Example
White with #32292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32292C; }
p { color: rgb(50,41,44); }
H1.HeaderClassName
{
color: #32292C;
}
.AnyTagClassName
{
color: #32292C;
}
</style>
background-color css
<style>
a { background-color: #32292C; }
a { background-color: rgb(50,41,44); }
div.DivClassName
{
background-color: #32292C;
}
.BgClassName
{
background-color: #32292C;
}
</style>
border-color css
<style>
span { border-color: #32292C; }
span { border-color: rgb(50,41,44); }
td.TdClassName
{
border-color: #32292C;
}
.TagClassName
{
border-color: #32292C;
}
</style>