Shades of Melanzane #34202F
Tints of Melanzane #34202F
RGB
CMYK
RGB Variations
Color information
#34202F (or 0x34202F) is known color: Melanzane. HEX triplet: 34, 20 and 2F. RGB value is (52,32,47). Sum of RGB (Red+Green+Blue) = 52+32+47=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34202F is #CBDFD0. Grayscale: #272727. Windows color (decimal): -13361105 or 3088436. OLE color: 3088436.
HSL color Cylindrical-coordinate representation of color #34202F: hue angle of 315º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34202F is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 47 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.80 |
| HSL | 315º | 0.24% | 0.16% | - |
| HSV(B) | 315º | 0.38% | 0.2% | - |
| XYZ | 2.45 | 1.97 | 2.94 | - |
| YUV | 39.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 47 | 0 | 0.38 | 0.10 | 0.80 | 315 | 0.24 | 0.16 |
| Hex | 34 | 20 | 2F | 0 | 26 | A | 50 | 13B | 18 | 10 |
| Octal | 64 | 40 | 57 | 0 | 46 | 12 | 120 | 473 | 30 | 20 |
| Binary | 110100 | 100000 | 101111 | 0 | 100110 | 1010 | 1010000 | 100111011 | 11000 | 10000 |
Color Harmonies of #34202F
Complementary color
Monochromatic Colors of #34202F
Black with #34202F
Text Example
Text Example
White with #34202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34202F; }
p { color: rgb(52,32,47); }
H1.HeaderClassName
{
color: #34202F;
}
.AnyTagClassName
{
color: #34202F;
}
</style>
background-color css
<style>
a { background-color: #34202F; }
a { background-color: rgb(52,32,47); }
div.DivClassName
{
background-color: #34202F;
}
.BgClassName
{
background-color: #34202F;
}
</style>
border-color css
<style>
span { border-color: #34202F; }
span { border-color: rgb(52,32,47); }
td.TdClassName
{
border-color: #34202F;
}
.TagClassName
{
border-color: #34202F;
}
</style>