Shades of Aubergine #32292A
Tints of Aubergine #32292A
RGB
CMYK
RGB Variations
Color information
#32292A (or 0x32292A) is known color: Aubergine. HEX triplet: 32, 29 and 2A. RGB value is (50,41,42). Sum of RGB (Red+Green+Blue) = 50+41+42=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #32292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32292A is #CDD6D5. Grayscale: #2B2B2B. Windows color (decimal): -13489878 or 2763058. OLE color: 2763058.
HSL color Cylindrical-coordinate representation of color #32292A: hue angle of 353.33º 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 #32292A is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 42 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.80 |
| HSL | 353.33º | 0.1% | 0.18% | - |
| HSV(B) | 353.33º | 0.18% | 0.2% | - |
| XYZ | 2.53 | 2.43 | 2.53 | - |
| YUV | 43.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 42 | 0 | 0.18 | 0.16 | 0.80 | 353.33 | 0.1 | 0.18 |
| Hex | 32 | 29 | 2A | 0 | 12 | 10 | 50 | 161 | A | 12 |
| Octal | 62 | 51 | 52 | 0 | 22 | 20 | 120 | 541 | 12 | 22 |
| Binary | 110010 | 101001 | 101010 | 0 | 10010 | 10000 | 1010000 | 101100001 | 1010 | 10010 |
Color Harmonies of #32292A
Complementary color
Monochromatic Colors of #32292A
Black with #32292A
Text Example
Text Example
White with #32292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32292A; }
p { color: rgb(50,41,42); }
H1.HeaderClassName
{
color: #32292A;
}
.AnyTagClassName
{
color: #32292A;
}
</style>
background-color css
<style>
a { background-color: #32292A; }
a { background-color: rgb(50,41,42); }
div.DivClassName
{
background-color: #32292A;
}
.BgClassName
{
background-color: #32292A;
}
</style>
border-color css
<style>
span { border-color: #32292A; }
span { border-color: rgb(50,41,42); }
td.TdClassName
{
border-color: #32292A;
}
.TagClassName
{
border-color: #32292A;
}
</style>