Shades of Aubergine #292022
Tints of Aubergine #292022
RGB
CMYK
RGB Variations
Color information
#292022 (or 0x292022) is known color: Aubergine. HEX triplet: 29, 20 and 22. RGB value is (41,32,34). Sum of RGB (Red+Green+Blue) = 41+32+34=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #292022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292022 is #D6DFDD. Grayscale: #222222. Windows color (decimal): -14082014 or 2236457. OLE color: 2236457.
HSL color Cylindrical-coordinate representation of color #292022: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #292022 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 32 | 34 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.84 |
| HSL | 346.67º | 0.12% | 0.14% | - |
| HSV(B) | 346.67º | 0.22% | 0.16% | - |
| XYZ | 1.72 | 1.62 | 1.74 | - |
| YUV | 34.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 34 | 0 | 0.22 | 0.17 | 0.84 | 346.67 | 0.12 | 0.14 |
| Hex | 29 | 20 | 22 | 0 | 16 | 11 | 54 | 15B | C | E |
| Octal | 51 | 40 | 42 | 0 | 26 | 21 | 124 | 533 | 14 | 16 |
| Binary | 101001 | 100000 | 100010 | 0 | 10110 | 10001 | 1010100 | 101011011 | 1100 | 1110 |
Color Harmonies of #292022
Complementary color
Monochromatic Colors of #292022
Black with #292022
Text Example
Text Example
White with #292022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292022; }
p { color: rgb(41,32,34); }
H1.HeaderClassName
{
color: #292022;
}
.AnyTagClassName
{
color: #292022;
}
</style>
background-color css
<style>
a { background-color: #292022; }
a { background-color: rgb(41,32,34); }
div.DivClassName
{
background-color: #292022;
}
.BgClassName
{
background-color: #292022;
}
</style>
border-color css
<style>
span { border-color: #292022; }
span { border-color: rgb(41,32,34); }
td.TdClassName
{
border-color: #292022;
}
.TagClassName
{
border-color: #292022;
}
</style>