Shades of Aubergine #352126
Tints of Aubergine #352126
RGB
CMYK
RGB Variations
Color information
#352126 (or 0x352126) is known color: Aubergine. HEX triplet: 35, 21 and 26. RGB value is (53,33,38). Sum of RGB (Red+Green+Blue) = 53+33+38=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352126 is #CADED9. Grayscale: #272727. Windows color (decimal): -13295322 or 2498869. OLE color: 2498869.
HSL color Cylindrical-coordinate representation of color #352126: hue angle of 345º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352126 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 33 | 38 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.79 |
| HSL | 345º | 0.23% | 0.17% | - |
| HSV(B) | 345º | 0.38% | 0.21% | - |
| XYZ | 2.36 | 1.98 | 2.09 | - |
| YUV | 39.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 38 | 0 | 0.38 | 0.28 | 0.79 | 345 | 0.23 | 0.17 |
| Hex | 35 | 21 | 26 | 0 | 26 | 1C | 4F | 159 | 17 | 11 |
| Octal | 65 | 41 | 46 | 0 | 46 | 34 | 117 | 531 | 27 | 21 |
| Binary | 110101 | 100001 | 100110 | 0 | 100110 | 11100 | 1001111 | 101011001 | 10111 | 10001 |
Color Harmonies of #352126
Complementary color
Monochromatic Colors of #352126
Black with #352126
Text Example
Text Example
White with #352126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352126; }
p { color: rgb(53,33,38); }
H1.HeaderClassName
{
color: #352126;
}
.AnyTagClassName
{
color: #352126;
}
</style>
background-color css
<style>
a { background-color: #352126; }
a { background-color: rgb(53,33,38); }
div.DivClassName
{
background-color: #352126;
}
.BgClassName
{
background-color: #352126;
}
</style>
border-color css
<style>
span { border-color: #352126; }
span { border-color: rgb(53,33,38); }
td.TdClassName
{
border-color: #352126;
}
.TagClassName
{
border-color: #352126;
}
</style>