Shades of Melanzane #352C32
Tints of Melanzane #352C32
RGB
CMYK
RGB Variations
Color information
#352C32 (or 0x352C32) is known color: Melanzane. HEX triplet: 35, 2C and 32. RGB value is (53,44,50). Sum of RGB (Red+Green+Blue) = 53+44+50=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #352C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C32 is #CAD3CD. Grayscale: #2F2F2F. Windows color (decimal): -13292494 or 3288117. OLE color: 3288117.
HSL color Cylindrical-coordinate representation of color #352C32: hue angle of 320º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #352C32 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 50 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.79 |
| HSL | 320º | 0.09% | 0.19% | - |
| HSV(B) | 320º | 0.17% | 0.21% | - |
| XYZ | 2.94 | 2.79 | 3.4 | - |
| YUV | 47.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 50 | 0 | 0.17 | 0.06 | 0.79 | 320 | 0.09 | 0.19 |
| Hex | 35 | 2C | 32 | 0 | 11 | 6 | 4F | 140 | 9 | 13 |
| Octal | 65 | 54 | 62 | 0 | 21 | 6 | 117 | 500 | 11 | 23 |
| Binary | 110101 | 101100 | 110010 | 0 | 10001 | 110 | 1001111 | 101000000 | 1001 | 10011 |
Color Harmonies of #352C32
Complementary color
Monochromatic Colors of #352C32
Black with #352C32
Text Example
Text Example
White with #352C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C32; }
p { color: rgb(53,44,50); }
H1.HeaderClassName
{
color: #352C32;
}
.AnyTagClassName
{
color: #352C32;
}
</style>
background-color css
<style>
a { background-color: #352C32; }
a { background-color: rgb(53,44,50); }
div.DivClassName
{
background-color: #352C32;
}
.BgClassName
{
background-color: #352C32;
}
</style>
border-color css
<style>
span { border-color: #352C32; }
span { border-color: rgb(53,44,50); }
td.TdClassName
{
border-color: #352C32;
}
.TagClassName
{
border-color: #352C32;
}
</style>