Shades of Melanzane #34202E
Tints of Melanzane #34202E
RGB
CMYK
RGB Variations
Color information
#34202E (or 0x34202E) is known color: Melanzane. HEX triplet: 34, 20 and 2E. RGB value is (52,32,46). Sum of RGB (Red+Green+Blue) = 52+32+46=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #34202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34202E is #CBDFD1. Grayscale: #272727. Windows color (decimal): -13361106 or 3022900. OLE color: 3022900.
HSL color Cylindrical-coordinate representation of color #34202E: hue angle of 318º 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 #34202E is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 46 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.80 |
| HSL | 318º | 0.24% | 0.16% | - |
| HSV(B) | 318º | 0.38% | 0.2% | - |
| XYZ | 2.43 | 1.96 | 2.84 | - |
| YUV | 39.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 46 | 0 | 0.38 | 0.12 | 0.80 | 318 | 0.24 | 0.16 |
| Hex | 34 | 20 | 2E | 0 | 26 | C | 50 | 13E | 18 | 10 |
| Octal | 64 | 40 | 56 | 0 | 46 | 14 | 120 | 476 | 30 | 20 |
| Binary | 110100 | 100000 | 101110 | 0 | 100110 | 1100 | 1010000 | 100111110 | 11000 | 10000 |
Color Harmonies of #34202E
Complementary color
Monochromatic Colors of #34202E
Black with #34202E
Text Example
Text Example
White with #34202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34202E; }
p { color: rgb(52,32,46); }
H1.HeaderClassName
{
color: #34202E;
}
.AnyTagClassName
{
color: #34202E;
}
</style>
background-color css
<style>
a { background-color: #34202E; }
a { background-color: rgb(52,32,46); }
div.DivClassName
{
background-color: #34202E;
}
.BgClassName
{
background-color: #34202E;
}
</style>
border-color css
<style>
span { border-color: #34202E; }
span { border-color: rgb(52,32,46); }
td.TdClassName
{
border-color: #34202E;
}
.TagClassName
{
border-color: #34202E;
}
</style>