Shades of Melanzane #352D33
Tints of Melanzane #352D33
RGB
CMYK
RGB Variations
Color information
#352D33 (or 0x352D33) is known color: Melanzane. HEX triplet: 35, 2D and 33. RGB value is (53,45,51). Sum of RGB (Red+Green+Blue) = 53+45+51=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 53 - color contains mainly: red. Hex color #352D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D33 is #CAD2CC. Grayscale: #303030. Windows color (decimal): -13292237 or 3353909. OLE color: 3353909.
HSL color Cylindrical-coordinate representation of color #352D33: hue angle of 315º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #352D33 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 51 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.79 |
| HSL | 315º | 0.08% | 0.19% | - |
| HSV(B) | 315º | 0.15% | 0.21% | - |
| XYZ | 3 | 2.87 | 3.53 | - |
| YUV | 48.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 51 | 0 | 0.15 | 0.04 | 0.79 | 315 | 0.08 | 0.19 |
| Hex | 35 | 2D | 33 | 0 | F | 4 | 4F | 13B | 8 | 13 |
| Octal | 65 | 55 | 63 | 0 | 17 | 4 | 117 | 473 | 10 | 23 |
| Binary | 110101 | 101101 | 110011 | 0 | 1111 | 100 | 1001111 | 100111011 | 1000 | 10011 |
Color Harmonies of #352D33
Complementary color
Monochromatic Colors of #352D33
Black with #352D33
Text Example
Text Example
White with #352D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D33; }
p { color: rgb(53,45,51); }
H1.HeaderClassName
{
color: #352D33;
}
.AnyTagClassName
{
color: #352D33;
}
</style>
background-color css
<style>
a { background-color: #352D33; }
a { background-color: rgb(53,45,51); }
div.DivClassName
{
background-color: #352D33;
}
.BgClassName
{
background-color: #352D33;
}
</style>
border-color css
<style>
span { border-color: #352D33; }
span { border-color: rgb(53,45,51); }
td.TdClassName
{
border-color: #352D33;
}
.TagClassName
{
border-color: #352D33;
}
</style>