Shades of Aubergine #32292B
Tints of Aubergine #32292B
RGB
CMYK
RGB Variations
Color information
#32292B (or 0x32292B) is known color: Aubergine. HEX triplet: 32, 29 and 2B. RGB value is (50,41,43). Sum of RGB (Red+Green+Blue) = 50+41+43=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #32292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32292B is #CDD6D4. Grayscale: #2B2B2B. Windows color (decimal): -13489877 or 2828594. OLE color: 2828594.
HSL color Cylindrical-coordinate representation of color #32292B: hue angle of 346.67º 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 #32292B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 43 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.80 |
| HSL | 346.67º | 0.1% | 0.18% | - |
| HSV(B) | 346.67º | 0.18% | 0.2% | - |
| XYZ | 2.54 | 2.44 | 2.62 | - |
| YUV | 43.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 43 | 0 | 0.18 | 0.14 | 0.80 | 346.67 | 0.1 | 0.18 |
| Hex | 32 | 29 | 2B | 0 | 12 | E | 50 | 15B | A | 12 |
| Octal | 62 | 51 | 53 | 0 | 22 | 16 | 120 | 533 | 12 | 22 |
| Binary | 110010 | 101001 | 101011 | 0 | 10010 | 1110 | 1010000 | 101011011 | 1010 | 10010 |
Color Harmonies of #32292B
Complementary color
Monochromatic Colors of #32292B
Black with #32292B
Text Example
Text Example
White with #32292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32292B; }
p { color: rgb(50,41,43); }
H1.HeaderClassName
{
color: #32292B;
}
.AnyTagClassName
{
color: #32292B;
}
</style>
background-color css
<style>
a { background-color: #32292B; }
a { background-color: rgb(50,41,43); }
div.DivClassName
{
background-color: #32292B;
}
.BgClassName
{
background-color: #32292B;
}
</style>
border-color css
<style>
span { border-color: #32292B; }
span { border-color: rgb(50,41,43); }
td.TdClassName
{
border-color: #32292B;
}
.TagClassName
{
border-color: #32292B;
}
</style>