Shades of Melanzane #352832
Tints of Melanzane #352832
RGB
CMYK
RGB Variations
Color information
#352832 (or 0x352832) is known color: Melanzane. HEX triplet: 35, 28 and 32. RGB value is (53,40,50). Sum of RGB (Red+Green+Blue) = 53+40+50=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #352832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352832 is #CAD7CD. Grayscale: #2D2D2D. Windows color (decimal): -13293518 or 3287093. OLE color: 3287093.
HSL color Cylindrical-coordinate representation of color #352832: hue angle of 313.85º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #352832 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 40 | 50 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.79 |
| HSL | 313.85º | 0.14% | 0.18% | - |
| HSV(B) | 313.85º | 0.25% | 0.21% | - |
| XYZ | 2.8 | 2.5 | 3.35 | - |
| YUV | 45.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 50 | 0 | 0.25 | 0.06 | 0.79 | 313.85 | 0.14 | 0.18 |
| Hex | 35 | 28 | 32 | 0 | 19 | 6 | 4F | 13A | E | 12 |
| Octal | 65 | 50 | 62 | 0 | 31 | 6 | 117 | 472 | 16 | 22 |
| Binary | 110101 | 101000 | 110010 | 0 | 11001 | 110 | 1001111 | 100111010 | 1110 | 10010 |
Color Harmonies of #352832
Complementary color
Monochromatic Colors of #352832
Black with #352832
Text Example
Text Example
White with #352832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352832; }
p { color: rgb(53,40,50); }
H1.HeaderClassName
{
color: #352832;
}
.AnyTagClassName
{
color: #352832;
}
</style>
background-color css
<style>
a { background-color: #352832; }
a { background-color: rgb(53,40,50); }
div.DivClassName
{
background-color: #352832;
}
.BgClassName
{
background-color: #352832;
}
</style>
border-color css
<style>
span { border-color: #352832; }
span { border-color: rgb(53,40,50); }
td.TdClassName
{
border-color: #352832;
}
.TagClassName
{
border-color: #352832;
}
</style>