Shades of Melanzane #342E33
Tints of Melanzane #342E33
RGB
CMYK
RGB Variations
Color information
#342E33 (or 0x342E33) is known color: Melanzane. HEX triplet: 34, 2E and 33. RGB value is (52,46,51). Sum of RGB (Red+Green+Blue) = 52+46+51=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 52 - color contains mainly: red. Hex color #342E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E33 is #CBD1CC. Grayscale: #303030. Windows color (decimal): -13357517 or 3354164. OLE color: 3354164.
HSL color Cylindrical-coordinate representation of color #342E33: hue angle of 310º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #342E33 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 51 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.80 |
| HSL | 310º | 0.06% | 0.19% | - |
| HSV(B) | 310º | 0.12% | 0.2% | - |
| XYZ | 2.99 | 2.92 | 3.54 | - |
| YUV | 48.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 51 | 0 | 0.12 | 0.02 | 0.80 | 310 | 0.06 | 0.19 |
| Hex | 34 | 2E | 33 | 0 | C | 2 | 50 | 136 | 6 | 13 |
| Octal | 64 | 56 | 63 | 0 | 14 | 2 | 120 | 466 | 6 | 23 |
| Binary | 110100 | 101110 | 110011 | 0 | 1100 | 10 | 1010000 | 100110110 | 110 | 10011 |
Color Harmonies of #342E33
Complementary color
Monochromatic Colors of #342E33
Black with #342E33
Text Example
Text Example
White with #342E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E33; }
p { color: rgb(52,46,51); }
H1.HeaderClassName
{
color: #342E33;
}
.AnyTagClassName
{
color: #342E33;
}
</style>
background-color css
<style>
a { background-color: #342E33; }
a { background-color: rgb(52,46,51); }
div.DivClassName
{
background-color: #342E33;
}
.BgClassName
{
background-color: #342E33;
}
</style>
border-color css
<style>
span { border-color: #342E33; }
span { border-color: rgb(52,46,51); }
td.TdClassName
{
border-color: #342E33;
}
.TagClassName
{
border-color: #342E33;
}
</style>