Shades of Melanzane #34202D
Tints of Melanzane #34202D
RGB
CMYK
RGB Variations
Color information
#34202D (or 0x34202D) is known color: Melanzane. HEX triplet: 34, 20 and 2D. RGB value is (52,32,45). Sum of RGB (Red+Green+Blue) = 52+32+45=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #34202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34202D is #CBDFD2. Grayscale: #272727. Windows color (decimal): -13361107 or 2957364. OLE color: 2957364.
HSL color Cylindrical-coordinate representation of color #34202D: hue angle of 321º 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 #34202D is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 45 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.80 |
| HSL | 321º | 0.24% | 0.16% | - |
| HSV(B) | 321º | 0.38% | 0.2% | - |
| XYZ | 2.41 | 1.95 | 2.73 | - |
| YUV | 39.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 45 | 0 | 0.38 | 0.13 | 0.80 | 321 | 0.24 | 0.16 |
| Hex | 34 | 20 | 2D | 0 | 26 | D | 50 | 141 | 18 | 10 |
| Octal | 64 | 40 | 55 | 0 | 46 | 15 | 120 | 501 | 30 | 20 |
| Binary | 110100 | 100000 | 101101 | 0 | 100110 | 1101 | 1010000 | 101000001 | 11000 | 10000 |
Color Harmonies of #34202D
Complementary color
Monochromatic Colors of #34202D
Black with #34202D
Text Example
Text Example
White with #34202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34202D; }
p { color: rgb(52,32,45); }
H1.HeaderClassName
{
color: #34202D;
}
.AnyTagClassName
{
color: #34202D;
}
</style>
background-color css
<style>
a { background-color: #34202D; }
a { background-color: rgb(52,32,45); }
div.DivClassName
{
background-color: #34202D;
}
.BgClassName
{
background-color: #34202D;
}
</style>
border-color css
<style>
span { border-color: #34202D; }
span { border-color: rgb(52,32,45); }
td.TdClassName
{
border-color: #34202D;
}
.TagClassName
{
border-color: #34202D;
}
</style>