Shades of Melanzane #352E32
Tints of Melanzane #352E32
RGB
CMYK
RGB Variations
Color information
#352E32 (or 0x352E32) is known color: Melanzane. HEX triplet: 35, 2E and 32. RGB value is (53,46,50). Sum of RGB (Red+Green+Blue) = 53+46+50=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #352E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E32 is #CAD1CD. Grayscale: #303030. Windows color (decimal): -13291982 or 3288629. OLE color: 3288629.
HSL color Cylindrical-coordinate representation of color #352E32: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #352E32 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 50 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.79 |
| HSL | 325.71º | 0.07% | 0.19% | - |
| HSV(B) | 325.71º | 0.13% | 0.21% | - |
| XYZ | 3.02 | 2.94 | 3.43 | - |
| YUV | 48.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 50 | 0 | 0.13 | 0.06 | 0.79 | 325.71 | 0.07 | 0.19 |
| Hex | 35 | 2E | 32 | 0 | D | 6 | 4F | 146 | 7 | 13 |
| Octal | 65 | 56 | 62 | 0 | 15 | 6 | 117 | 506 | 7 | 23 |
| Binary | 110101 | 101110 | 110010 | 0 | 1101 | 110 | 1001111 | 101000110 | 111 | 10011 |
Color Harmonies of #352E32
Complementary color
Monochromatic Colors of #352E32
Black with #352E32
Text Example
Text Example
White with #352E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E32; }
p { color: rgb(53,46,50); }
H1.HeaderClassName
{
color: #352E32;
}
.AnyTagClassName
{
color: #352E32;
}
</style>
background-color css
<style>
a { background-color: #352E32; }
a { background-color: rgb(53,46,50); }
div.DivClassName
{
background-color: #352E32;
}
.BgClassName
{
background-color: #352E32;
}
</style>
border-color css
<style>
span { border-color: #352E32; }
span { border-color: rgb(53,46,50); }
td.TdClassName
{
border-color: #352E32;
}
.TagClassName
{
border-color: #352E32;
}
</style>