Shades of Aubergine #292223
Tints of Aubergine #292223
RGB
CMYK
RGB Variations
Color information
#292223 (or 0x292223) is known color: Aubergine. HEX triplet: 29, 22 and 23. RGB value is (41,34,35). Sum of RGB (Red+Green+Blue) = 41+34+35=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #292223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292223 is #D6DDDC. Grayscale: #242424. Windows color (decimal): -14081501 or 2302505. OLE color: 2302505.
HSL color Cylindrical-coordinate representation of color #292223: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #292223 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 34 | 35 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.84 |
| HSL | 351.43º | 0.09% | 0.15% | - |
| HSV(B) | 351.43º | 0.17% | 0.16% | - |
| XYZ | 1.79 | 1.74 | 1.83 | - |
| YUV | 36.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 35 | 0 | 0.17 | 0.15 | 0.84 | 351.43 | 0.09 | 0.15 |
| Hex | 29 | 22 | 23 | 0 | 11 | F | 54 | 15F | 9 | F |
| Octal | 51 | 42 | 43 | 0 | 21 | 17 | 124 | 537 | 11 | 17 |
| Binary | 101001 | 100010 | 100011 | 0 | 10001 | 1111 | 1010100 | 101011111 | 1001 | 1111 |
Color Harmonies of #292223
Complementary color
Monochromatic Colors of #292223
Black with #292223
Text Example
Text Example
White with #292223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292223; }
p { color: rgb(41,34,35); }
H1.HeaderClassName
{
color: #292223;
}
.AnyTagClassName
{
color: #292223;
}
</style>
background-color css
<style>
a { background-color: #292223; }
a { background-color: rgb(41,34,35); }
div.DivClassName
{
background-color: #292223;
}
.BgClassName
{
background-color: #292223;
}
</style>
border-color css
<style>
span { border-color: #292223; }
span { border-color: rgb(41,34,35); }
td.TdClassName
{
border-color: #292223;
}
.TagClassName
{
border-color: #292223;
}
</style>