Shades of Aubergine #353132
Tints of Aubergine #353132
RGB
CMYK
RGB Variations
Color information
#353132 (or 0x353132) is known color: Aubergine. HEX triplet: 35, 31 and 32. RGB value is (53,49,50). Sum of RGB (Red+Green+Blue) = 53+49+50=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 53 - color contains mainly: red. Hex color #353132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353132 is #CACECD. Grayscale: #323232. Windows color (decimal): -13291214 or 3289397. OLE color: 3289397.
HSL color Cylindrical-coordinate representation of color #353132: hue angle of 345º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #353132 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 49 | 50 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.79 |
| HSL | 345º | 0.04% | 0.2% | - |
| HSV(B) | 345º | 0.08% | 0.21% | - |
| XYZ | 3.14 | 3.18 | 3.47 | - |
| YUV | 50.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 50 | 0 | 0.08 | 0.06 | 0.79 | 345 | 0.04 | 0.2 |
| Hex | 35 | 31 | 32 | 0 | 8 | 6 | 4F | 159 | 4 | 14 |
| Octal | 65 | 61 | 62 | 0 | 10 | 6 | 117 | 531 | 4 | 24 |
| Binary | 110101 | 110001 | 110010 | 0 | 1000 | 110 | 1001111 | 101011001 | 100 | 10100 |
Color Harmonies of #353132
Complementary color
Monochromatic Colors of #353132
Black with #353132
Text Example
Text Example
White with #353132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353132; }
p { color: rgb(53,49,50); }
H1.HeaderClassName
{
color: #353132;
}
.AnyTagClassName
{
color: #353132;
}
</style>
background-color css
<style>
a { background-color: #353132; }
a { background-color: rgb(53,49,50); }
div.DivClassName
{
background-color: #353132;
}
.BgClassName
{
background-color: #353132;
}
</style>
border-color css
<style>
span { border-color: #353132; }
span { border-color: rgb(53,49,50); }
td.TdClassName
{
border-color: #353132;
}
.TagClassName
{
border-color: #353132;
}
</style>