Shades of Aubergine #35292B
Tints of Aubergine #35292B
RGB
CMYK
RGB Variations
Color information
#35292B (or 0x35292B) is known color: Aubergine. HEX triplet: 35, 29 and 2B. RGB value is (53,41,43). Sum of RGB (Red+Green+Blue) = 53+41+43=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #35292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292B is #CAD6D4. Grayscale: #2C2C2C. Windows color (decimal): -13293269 or 2828597. OLE color: 2828597.
HSL color Cylindrical-coordinate representation of color #35292B: hue angle of 350º 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 #35292B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 43 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.79 |
| HSL | 350º | 0.13% | 0.18% | - |
| HSV(B) | 350º | 0.23% | 0.21% | - |
| XYZ | 2.7 | 2.52 | 2.63 | - |
| YUV | 44.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 43 | 0 | 0.23 | 0.19 | 0.79 | 350 | 0.13 | 0.18 |
| Hex | 35 | 29 | 2B | 0 | 17 | 13 | 4F | 15E | D | 12 |
| Octal | 65 | 51 | 53 | 0 | 27 | 23 | 117 | 536 | 15 | 22 |
| Binary | 110101 | 101001 | 101011 | 0 | 10111 | 10011 | 1001111 | 101011110 | 1101 | 10010 |
Color Harmonies of #35292B
Complementary color
Monochromatic Colors of #35292B
Black with #35292B
Text Example
Text Example
White with #35292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35292B; }
p { color: rgb(53,41,43); }
H1.HeaderClassName
{
color: #35292B;
}
.AnyTagClassName
{
color: #35292B;
}
</style>
background-color css
<style>
a { background-color: #35292B; }
a { background-color: rgb(53,41,43); }
div.DivClassName
{
background-color: #35292B;
}
.BgClassName
{
background-color: #35292B;
}
</style>
border-color css
<style>
span { border-color: #35292B; }
span { border-color: rgb(53,41,43); }
td.TdClassName
{
border-color: #35292B;
}
.TagClassName
{
border-color: #35292B;
}
</style>