Shades of Melanzane #352B32
Tints of Melanzane #352B32
RGB
CMYK
RGB Variations
Color information
#352B32 (or 0x352B32) is known color: Melanzane. HEX triplet: 35, 2B and 32. RGB value is (53,43,50). Sum of RGB (Red+Green+Blue) = 53+43+50=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #352B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B32 is #CAD4CD. Grayscale: #2E2E2E. Windows color (decimal): -13292750 or 3287861. OLE color: 3287861.
HSL color Cylindrical-coordinate representation of color #352B32: hue angle of 318º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #352B32 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 43 | 50 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.79 |
| HSL | 318º | 0.1% | 0.19% | - |
| HSV(B) | 318º | 0.19% | 0.21% | - |
| XYZ | 2.91 | 2.71 | 3.39 | - |
| YUV | 46.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 50 | 0 | 0.19 | 0.06 | 0.79 | 318 | 0.1 | 0.19 |
| Hex | 35 | 2B | 32 | 0 | 13 | 6 | 4F | 13E | A | 13 |
| Octal | 65 | 53 | 62 | 0 | 23 | 6 | 117 | 476 | 12 | 23 |
| Binary | 110101 | 101011 | 110010 | 0 | 10011 | 110 | 1001111 | 100111110 | 1010 | 10011 |
Color Harmonies of #352B32
Complementary color
Monochromatic Colors of #352B32
Black with #352B32
Text Example
Text Example
White with #352B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B32; }
p { color: rgb(53,43,50); }
H1.HeaderClassName
{
color: #352B32;
}
.AnyTagClassName
{
color: #352B32;
}
</style>
background-color css
<style>
a { background-color: #352B32; }
a { background-color: rgb(53,43,50); }
div.DivClassName
{
background-color: #352B32;
}
.BgClassName
{
background-color: #352B32;
}
</style>
border-color css
<style>
span { border-color: #352B32; }
span { border-color: rgb(53,43,50); }
td.TdClassName
{
border-color: #352B32;
}
.TagClassName
{
border-color: #352B32;
}
</style>