Shades of Melanzane #352A31
Tints of Melanzane #352A31
RGB
CMYK
RGB Variations
Color information
#352A31 (or 0x352A31) is known color: Melanzane. HEX triplet: 35, 2A and 31. RGB value is (53,42,49). Sum of RGB (Red+Green+Blue) = 53+42+49=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A31 is #CAD5CE. Grayscale: #2E2E2E. Windows color (decimal): -13293007 or 3222069. OLE color: 3222069.
HSL color Cylindrical-coordinate representation of color #352A31: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352A31 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 49 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.79 |
| HSL | 321.82º | 0.12% | 0.19% | - |
| HSV(B) | 321.82º | 0.21% | 0.21% | - |
| XYZ | 2.85 | 2.63 | 3.26 | - |
| YUV | 46.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 49 | 0 | 0.21 | 0.08 | 0.79 | 321.82 | 0.12 | 0.19 |
| Hex | 35 | 2A | 31 | 0 | 15 | 8 | 4F | 142 | C | 13 |
| Octal | 65 | 52 | 61 | 0 | 25 | 10 | 117 | 502 | 14 | 23 |
| Binary | 110101 | 101010 | 110001 | 0 | 10101 | 1000 | 1001111 | 101000010 | 1100 | 10011 |
Color Harmonies of #352A31
Complementary color
Monochromatic Colors of #352A31
Black with #352A31
Text Example
Text Example
White with #352A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A31; }
p { color: rgb(53,42,49); }
H1.HeaderClassName
{
color: #352A31;
}
.AnyTagClassName
{
color: #352A31;
}
</style>
background-color css
<style>
a { background-color: #352A31; }
a { background-color: rgb(53,42,49); }
div.DivClassName
{
background-color: #352A31;
}
.BgClassName
{
background-color: #352A31;
}
</style>
border-color css
<style>
span { border-color: #352A31; }
span { border-color: rgb(53,42,49); }
td.TdClassName
{
border-color: #352A31;
}
.TagClassName
{
border-color: #352A31;
}
</style>