Shades of Aubergine #352426
Tints of Aubergine #352426
RGB
CMYK
RGB Variations
Color information
#352426 (or 0x352426) is known color: Aubergine. HEX triplet: 35, 24 and 26. RGB value is (53,36,38). Sum of RGB (Red+Green+Blue) = 53+36+38=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352426 is #CADBD9. Grayscale: #292929. Windows color (decimal): -13294554 or 2499637. OLE color: 2499637.
HSL color Cylindrical-coordinate representation of color #352426: hue angle of 352.94º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #352426 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 36 | 38 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.79 |
| HSL | 352.94º | 0.19% | 0.17% | - |
| HSV(B) | 352.94º | 0.32% | 0.21% | - |
| XYZ | 2.45 | 2.16 | 2.12 | - |
| YUV | 41.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 38 | 0 | 0.32 | 0.28 | 0.79 | 352.94 | 0.19 | 0.17 |
| Hex | 35 | 24 | 26 | 0 | 20 | 1C | 4F | 161 | 13 | 11 |
| Octal | 65 | 44 | 46 | 0 | 40 | 34 | 117 | 541 | 23 | 21 |
| Binary | 110101 | 100100 | 100110 | 0 | 100000 | 11100 | 1001111 | 101100001 | 10011 | 10001 |
Color Harmonies of #352426
Complementary color
Monochromatic Colors of #352426
Black with #352426
Text Example
Text Example
White with #352426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352426; }
p { color: rgb(53,36,38); }
H1.HeaderClassName
{
color: #352426;
}
.AnyTagClassName
{
color: #352426;
}
</style>
background-color css
<style>
a { background-color: #352426; }
a { background-color: rgb(53,36,38); }
div.DivClassName
{
background-color: #352426;
}
.BgClassName
{
background-color: #352426;
}
</style>
border-color css
<style>
span { border-color: #352426; }
span { border-color: rgb(53,36,38); }
td.TdClassName
{
border-color: #352426;
}
.TagClassName
{
border-color: #352426;
}
</style>