Shades of Melanzane #353134
Tints of Melanzane #353134
RGB
CMYK
RGB Variations
Color information
#353134 (or 0x353134) is known color: Melanzane. HEX triplet: 35, 31 and 34. RGB value is (53,49,52). Sum of RGB (Red+Green+Blue) = 53+49+52=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 53 - color contains mainly: red. Hex color #353134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353134 is #CACECB. Grayscale: #323232. Windows color (decimal): -13291212 or 3420469. OLE color: 3420469.
HSL color Cylindrical-coordinate representation of color #353134: hue angle of 315º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #353134 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 49 | 52 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.79 |
| HSL | 315º | 0.04% | 0.2% | - |
| HSV(B) | 315º | 0.08% | 0.21% | - |
| XYZ | 3.19 | 3.2 | 3.7 | - |
| YUV | 50.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 52 | 0 | 0.08 | 0.02 | 0.79 | 315 | 0.04 | 0.2 |
| Hex | 35 | 31 | 34 | 0 | 8 | 2 | 4F | 13B | 4 | 14 |
| Octal | 65 | 61 | 64 | 0 | 10 | 2 | 117 | 473 | 4 | 24 |
| Binary | 110101 | 110001 | 110100 | 0 | 1000 | 10 | 1001111 | 100111011 | 100 | 10100 |
Color Harmonies of #353134
Complementary color
Monochromatic Colors of #353134
Black with #353134
Text Example
Text Example
White with #353134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353134; }
p { color: rgb(53,49,52); }
H1.HeaderClassName
{
color: #353134;
}
.AnyTagClassName
{
color: #353134;
}
</style>
background-color css
<style>
a { background-color: #353134; }
a { background-color: rgb(53,49,52); }
div.DivClassName
{
background-color: #353134;
}
.BgClassName
{
background-color: #353134;
}
</style>
border-color css
<style>
span { border-color: #353134; }
span { border-color: rgb(53,49,52); }
td.TdClassName
{
border-color: #353134;
}
.TagClassName
{
border-color: #353134;
}
</style>