Shades of Melanzane #342E32
Tints of Melanzane #342E32
RGB
CMYK
RGB Variations
Color information
#342E32 (or 0x342E32) is known color: Melanzane. HEX triplet: 34, 2E and 32. RGB value is (52,46,50). Sum of RGB (Red+Green+Blue) = 52+46+50=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 52 - color contains mainly: red. Hex color #342E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E32 is #CBD1CD. Grayscale: #303030. Windows color (decimal): -13357518 or 3288628. OLE color: 3288628.
HSL color Cylindrical-coordinate representation of color #342E32: hue angle of 320º 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 #342E32 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 46 | 50 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.80 |
| HSL | 320º | 0.06% | 0.19% | - |
| HSV(B) | 320º | 0.12% | 0.2% | - |
| XYZ | 2.97 | 2.91 | 3.42 | - |
| YUV | 48.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 50 | 0 | 0.12 | 0.04 | 0.80 | 320 | 0.06 | 0.19 |
| Hex | 34 | 2E | 32 | 0 | C | 4 | 50 | 140 | 6 | 13 |
| Octal | 64 | 56 | 62 | 0 | 14 | 4 | 120 | 500 | 6 | 23 |
| Binary | 110100 | 101110 | 110010 | 0 | 1100 | 100 | 1010000 | 101000000 | 110 | 10011 |
Color Harmonies of #342E32
Complementary color
Monochromatic Colors of #342E32
Black with #342E32
Text Example
Text Example
White with #342E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E32; }
p { color: rgb(52,46,50); }
H1.HeaderClassName
{
color: #342E32;
}
.AnyTagClassName
{
color: #342E32;
}
</style>
background-color css
<style>
a { background-color: #342E32; }
a { background-color: rgb(52,46,50); }
div.DivClassName
{
background-color: #342E32;
}
.BgClassName
{
background-color: #342E32;
}
</style>
border-color css
<style>
span { border-color: #342E32; }
span { border-color: rgb(52,46,50); }
td.TdClassName
{
border-color: #342E32;
}
.TagClassName
{
border-color: #342E32;
}
</style>