Shades of Melanzane #342C31
Tints of Melanzane #342C31
RGB
CMYK
RGB Variations
Color information
#342C31 (or 0x342C31) is known color: Melanzane. HEX triplet: 34, 2C and 31. RGB value is (52,44,49). Sum of RGB (Red+Green+Blue) = 52+44+49=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 52 - color contains mainly: red. Hex color #342C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C31 is #CBD3CE. Grayscale: #2E2E2E. Windows color (decimal): -13358031 or 3222580. OLE color: 3222580.
HSL color Cylindrical-coordinate representation of color #342C31: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #342C31 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 44 | 49 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.80 |
| HSL | 322.5º | 0.08% | 0.19% | - |
| HSV(B) | 322.5º | 0.15% | 0.2% | - |
| XYZ | 2.87 | 2.75 | 3.29 | - |
| YUV | 46.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 49 | 0 | 0.15 | 0.06 | 0.80 | 322.5 | 0.08 | 0.19 |
| Hex | 34 | 2C | 31 | 0 | F | 6 | 50 | 142 | 8 | 13 |
| Octal | 64 | 54 | 61 | 0 | 17 | 6 | 120 | 502 | 10 | 23 |
| Binary | 110100 | 101100 | 110001 | 0 | 1111 | 110 | 1010000 | 101000010 | 1000 | 10011 |
Color Harmonies of #342C31
Complementary color
Monochromatic Colors of #342C31
Black with #342C31
Text Example
Text Example
White with #342C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C31; }
p { color: rgb(52,44,49); }
H1.HeaderClassName
{
color: #342C31;
}
.AnyTagClassName
{
color: #342C31;
}
</style>
background-color css
<style>
a { background-color: #342C31; }
a { background-color: rgb(52,44,49); }
div.DivClassName
{
background-color: #342C31;
}
.BgClassName
{
background-color: #342C31;
}
</style>
border-color css
<style>
span { border-color: #342C31; }
span { border-color: rgb(52,44,49); }
td.TdClassName
{
border-color: #342C31;
}
.TagClassName
{
border-color: #342C31;
}
</style>