Shades of Melanzane #342F32
Tints of Melanzane #342F32
RGB
CMYK
RGB Variations
Color information
#342F32 (or 0x342F32) is known color: Melanzane. HEX triplet: 34, 2F and 32. RGB value is (52,47,50). Sum of RGB (Red+Green+Blue) = 52+47+50=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 52 - color contains mainly: red. Hex color #342F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F32 is #CBD0CD. Grayscale: #303030. Windows color (decimal): -13357262 or 3288884. OLE color: 3288884.
HSL color Cylindrical-coordinate representation of color #342F32: hue angle of 324º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #342F32 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 47 | 50 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.80 |
| HSL | 324º | 0.05% | 0.19% | - |
| HSV(B) | 324º | 0.1% | 0.2% | - |
| XYZ | 3.01 | 2.99 | 3.44 | - |
| YUV | 48.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 50 | 0 | 0.10 | 0.04 | 0.80 | 324 | 0.05 | 0.19 |
| Hex | 34 | 2F | 32 | 0 | A | 4 | 50 | 144 | 5 | 13 |
| Octal | 64 | 57 | 62 | 0 | 12 | 4 | 120 | 504 | 5 | 23 |
| Binary | 110100 | 101111 | 110010 | 0 | 1010 | 100 | 1010000 | 101000100 | 101 | 10011 |
Color Harmonies of #342F32
Complementary color
Monochromatic Colors of #342F32
Black with #342F32
Text Example
Text Example
White with #342F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342F32; }
p { color: rgb(52,47,50); }
H1.HeaderClassName
{
color: #342F32;
}
.AnyTagClassName
{
color: #342F32;
}
</style>
background-color css
<style>
a { background-color: #342F32; }
a { background-color: rgb(52,47,50); }
div.DivClassName
{
background-color: #342F32;
}
.BgClassName
{
background-color: #342F32;
}
</style>
border-color css
<style>
span { border-color: #342F32; }
span { border-color: rgb(52,47,50); }
td.TdClassName
{
border-color: #342F32;
}
.TagClassName
{
border-color: #342F32;
}
</style>