Shades of Aubergine #352223
Tints of Aubergine #352223
RGB
CMYK
RGB Variations
Color information
#352223 (or 0x352223) is known color: Aubergine. HEX triplet: 35, 22 and 23. RGB value is (53,34,35). Sum of RGB (Red+Green+Blue) = 53+34+35=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352223 is #CADDDC. Grayscale: #272727. Windows color (decimal): -13295069 or 2302517. OLE color: 2302517.
HSL color Cylindrical-coordinate representation of color #352223: hue angle of 356.84º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352223 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 35 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.79 |
| HSL | 356.84º | 0.22% | 0.17% | - |
| HSV(B) | 356.84º | 0.36% | 0.21% | - |
| XYZ | 2.34 | 2.02 | 1.86 | - |
| YUV | 39.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 35 | 0 | 0.36 | 0.34 | 0.79 | 356.84 | 0.22 | 0.17 |
| Hex | 35 | 22 | 23 | 0 | 24 | 22 | 4F | 165 | 16 | 11 |
| Octal | 65 | 42 | 43 | 0 | 44 | 42 | 117 | 545 | 26 | 21 |
| Binary | 110101 | 100010 | 100011 | 0 | 100100 | 100010 | 1001111 | 101100101 | 10110 | 10001 |
Color Harmonies of #352223
Complementary color
Monochromatic Colors of #352223
Black with #352223
Text Example
Text Example
White with #352223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352223; }
p { color: rgb(53,34,35); }
H1.HeaderClassName
{
color: #352223;
}
.AnyTagClassName
{
color: #352223;
}
</style>
background-color css
<style>
a { background-color: #352223; }
a { background-color: rgb(53,34,35); }
div.DivClassName
{
background-color: #352223;
}
.BgClassName
{
background-color: #352223;
}
</style>
border-color css
<style>
span { border-color: #352223; }
span { border-color: rgb(53,34,35); }
td.TdClassName
{
border-color: #352223;
}
.TagClassName
{
border-color: #352223;
}
</style>