Shades of Melanzane #352532
Tints of Melanzane #352532
RGB
CMYK
RGB Variations
Color information
#352532 (or 0x352532) is known color: Melanzane. HEX triplet: 35, 25 and 32. RGB value is (53,37,50). Sum of RGB (Red+Green+Blue) = 53+37+50=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352532 is #CADACD. Grayscale: #2B2B2B. Windows color (decimal): -13294286 or 3286325. OLE color: 3286325.
HSL color Cylindrical-coordinate representation of color #352532: hue angle of 311.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352532 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 37 | 50 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.79 |
| HSL | 311.25º | 0.18% | 0.18% | - |
| HSV(B) | 311.25º | 0.3% | 0.21% | - |
| XYZ | 2.71 | 2.31 | 3.32 | - |
| YUV | 43.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 50 | 0 | 0.30 | 0.06 | 0.79 | 311.25 | 0.18 | 0.18 |
| Hex | 35 | 25 | 32 | 0 | 1E | 6 | 4F | 137 | 12 | 12 |
| Octal | 65 | 45 | 62 | 0 | 36 | 6 | 117 | 467 | 22 | 22 |
| Binary | 110101 | 100101 | 110010 | 0 | 11110 | 110 | 1001111 | 100110111 | 10010 | 10010 |
Color Harmonies of #352532
Complementary color
Monochromatic Colors of #352532
Black with #352532
Text Example
Text Example
White with #352532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352532; }
p { color: rgb(53,37,50); }
H1.HeaderClassName
{
color: #352532;
}
.AnyTagClassName
{
color: #352532;
}
</style>
background-color css
<style>
a { background-color: #352532; }
a { background-color: rgb(53,37,50); }
div.DivClassName
{
background-color: #352532;
}
.BgClassName
{
background-color: #352532;
}
</style>
border-color css
<style>
span { border-color: #352532; }
span { border-color: rgb(53,37,50); }
td.TdClassName
{
border-color: #352532;
}
.TagClassName
{
border-color: #352532;
}
</style>