Shades of Aubergine #352125
Tints of Aubergine #352125
RGB
CMYK
RGB Variations
Color information
#352125 (or 0x352125) is known color: Aubergine. HEX triplet: 35, 21 and 25. RGB value is (53,33,37). Sum of RGB (Red+Green+Blue) = 53+33+37=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352125 is #CADEDA. Grayscale: #272727. Windows color (decimal): -13295323 or 2433333. OLE color: 2433333.
HSL color Cylindrical-coordinate representation of color #352125: hue angle of 348º 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 #352125 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 33 | 37 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.79 |
| HSL | 348º | 0.23% | 0.17% | - |
| HSV(B) | 348º | 0.38% | 0.21% | - |
| XYZ | 2.35 | 1.98 | 2.01 | - |
| YUV | 39.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 37 | 0 | 0.38 | 0.30 | 0.79 | 348 | 0.23 | 0.17 |
| Hex | 35 | 21 | 25 | 0 | 26 | 1E | 4F | 15C | 17 | 11 |
| Octal | 65 | 41 | 45 | 0 | 46 | 36 | 117 | 534 | 27 | 21 |
| Binary | 110101 | 100001 | 100101 | 0 | 100110 | 11110 | 1001111 | 101011100 | 10111 | 10001 |
Color Harmonies of #352125
Complementary color
Monochromatic Colors of #352125
Black with #352125
Text Example
Text Example
White with #352125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352125; }
p { color: rgb(53,33,37); }
H1.HeaderClassName
{
color: #352125;
}
.AnyTagClassName
{
color: #352125;
}
</style>
background-color css
<style>
a { background-color: #352125; }
a { background-color: rgb(53,33,37); }
div.DivClassName
{
background-color: #352125;
}
.BgClassName
{
background-color: #352125;
}
</style>
border-color css
<style>
span { border-color: #352125; }
span { border-color: rgb(53,33,37); }
td.TdClassName
{
border-color: #352125;
}
.TagClassName
{
border-color: #352125;
}
</style>