Shades of Aubergine #35292C
Tints of Aubergine #35292C
RGB
CMYK
RGB Variations
Color information
#35292C (or 0x35292C) is known color: Aubergine. HEX triplet: 35, 29 and 2C. RGB value is (53,41,44). Sum of RGB (Red+Green+Blue) = 53+41+44=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #35292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292C is #CAD6D3. Grayscale: #2C2C2C. Windows color (decimal): -13293268 or 2894133. OLE color: 2894133.
HSL color Cylindrical-coordinate representation of color #35292C: hue angle of 345º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35292C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 44 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.79 |
| HSL | 345º | 0.13% | 0.18% | - |
| HSV(B) | 345º | 0.23% | 0.21% | - |
| XYZ | 2.72 | 2.52 | 2.73 | - |
| YUV | 44.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 44 | 0 | 0.23 | 0.17 | 0.79 | 345 | 0.13 | 0.18 |
| Hex | 35 | 29 | 2C | 0 | 17 | 11 | 4F | 159 | D | 12 |
| Octal | 65 | 51 | 54 | 0 | 27 | 21 | 117 | 531 | 15 | 22 |
| Binary | 110101 | 101001 | 101100 | 0 | 10111 | 10001 | 1001111 | 101011001 | 1101 | 10010 |
Color Harmonies of #35292C
Complementary color
Monochromatic Colors of #35292C
Black with #35292C
Text Example
Text Example
White with #35292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35292C; }
p { color: rgb(53,41,44); }
H1.HeaderClassName
{
color: #35292C;
}
.AnyTagClassName
{
color: #35292C;
}
</style>
background-color css
<style>
a { background-color: #35292C; }
a { background-color: rgb(53,41,44); }
div.DivClassName
{
background-color: #35292C;
}
.BgClassName
{
background-color: #35292C;
}
</style>
border-color css
<style>
span { border-color: #35292C; }
span { border-color: rgb(53,41,44); }
td.TdClassName
{
border-color: #35292C;
}
.TagClassName
{
border-color: #35292C;
}
</style>