Shades of Melanzane #342D32
Tints of Melanzane #342D32
RGB
CMYK
RGB Variations
Color information
#342D32 (or 0x342D32) is known color: Melanzane. HEX triplet: 34, 2D and 32. RGB value is (52,45,50). Sum of RGB (Red+Green+Blue) = 52+45+50=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 52 - color contains mainly: red. Hex color #342D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D32 is #CBD2CD. Grayscale: #2F2F2F. Windows color (decimal): -13357774 or 3288372. OLE color: 3288372.
HSL color Cylindrical-coordinate representation of color #342D32: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #342D32 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 50 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.80 |
| HSL | 317.14º | 0.07% | 0.19% | - |
| HSV(B) | 317.14º | 0.13% | 0.2% | - |
| XYZ | 2.93 | 2.84 | 3.41 | - |
| YUV | 47.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 50 | 0 | 0.13 | 0.04 | 0.80 | 317.14 | 0.07 | 0.19 |
| Hex | 34 | 2D | 32 | 0 | D | 4 | 50 | 13D | 7 | 13 |
| Octal | 64 | 55 | 62 | 0 | 15 | 4 | 120 | 475 | 7 | 23 |
| Binary | 110100 | 101101 | 110010 | 0 | 1101 | 100 | 1010000 | 100111101 | 111 | 10011 |
Color Harmonies of #342D32
Complementary color
Monochromatic Colors of #342D32
Black with #342D32
Text Example
Text Example
White with #342D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D32; }
p { color: rgb(52,45,50); }
H1.HeaderClassName
{
color: #342D32;
}
.AnyTagClassName
{
color: #342D32;
}
</style>
background-color css
<style>
a { background-color: #342D32; }
a { background-color: rgb(52,45,50); }
div.DivClassName
{
background-color: #342D32;
}
.BgClassName
{
background-color: #342D32;
}
</style>
border-color css
<style>
span { border-color: #342D32; }
span { border-color: rgb(52,45,50); }
td.TdClassName
{
border-color: #342D32;
}
.TagClassName
{
border-color: #342D32;
}
</style>