Shades of Melanzane #342D31
Tints of Melanzane #342D31
RGB
CMYK
RGB Variations
Color information
#342D31 (or 0x342D31) is known color: Melanzane. HEX triplet: 34, 2D and 31. RGB value is (52,45,49). Sum of RGB (Red+Green+Blue) = 52+45+49=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 52 - color contains mainly: red. Hex color #342D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D31 is #CBD2CE. Grayscale: #2F2F2F. Windows color (decimal): -13357775 or 3222836. OLE color: 3222836.
HSL color Cylindrical-coordinate representation of color #342D31: hue angle of 325.71º 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 #342D31 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 45 | 49 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.80 |
| HSL | 325.71º | 0.07% | 0.19% | - |
| HSV(B) | 325.71º | 0.13% | 0.2% | - |
| XYZ | 2.91 | 2.83 | 3.3 | - |
| YUV | 47.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 49 | 0 | 0.13 | 0.06 | 0.80 | 325.71 | 0.07 | 0.19 |
| Hex | 34 | 2D | 31 | 0 | D | 6 | 50 | 146 | 7 | 13 |
| Octal | 64 | 55 | 61 | 0 | 15 | 6 | 120 | 506 | 7 | 23 |
| Binary | 110100 | 101101 | 110001 | 0 | 1101 | 110 | 1010000 | 101000110 | 111 | 10011 |
Color Harmonies of #342D31
Complementary color
Monochromatic Colors of #342D31
Black with #342D31
Text Example
Text Example
White with #342D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D31; }
p { color: rgb(52,45,49); }
H1.HeaderClassName
{
color: #342D31;
}
.AnyTagClassName
{
color: #342D31;
}
</style>
background-color css
<style>
a { background-color: #342D31; }
a { background-color: rgb(52,45,49); }
div.DivClassName
{
background-color: #342D31;
}
.BgClassName
{
background-color: #342D31;
}
</style>
border-color css
<style>
span { border-color: #342D31; }
span { border-color: rgb(52,45,49); }
td.TdClassName
{
border-color: #342D31;
}
.TagClassName
{
border-color: #342D31;
}
</style>