Shades of Melanzane #34152E
Tints of Melanzane #34152E
RGB
CMYK
RGB Variations
Color information
#34152E (or 0x34152E) is known color: Melanzane. HEX triplet: 34, 15 and 2E. RGB value is (52,21,46). Sum of RGB (Red+Green+Blue) = 52+21+46=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34152E is #CBEAD1. Grayscale: #212121. Windows color (decimal): -13363922 or 3020084. OLE color: 3020084.
HSL color Cylindrical-coordinate representation of color #34152E: hue angle of 311.61º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34152E is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 21 | 46 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.80 |
| HSL | 311.61º | 0.42% | 0.14% | - |
| HSV(B) | 311.61º | 0.6% | 0.2% | - |
| XYZ | 2.18 | 1.46 | 2.75 | - |
| YUV | 33.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 46 | 0 | 0.60 | 0.12 | 0.80 | 311.61 | 0.42 | 0.14 |
| Hex | 34 | 15 | 2E | 0 | 3C | C | 50 | 138 | 2A | E |
| Octal | 64 | 25 | 56 | 0 | 74 | 14 | 120 | 470 | 52 | 16 |
| Binary | 110100 | 10101 | 101110 | 0 | 111100 | 1100 | 1010000 | 100111000 | 101010 | 1110 |
Color Harmonies of #34152E
Complementary color
Monochromatic Colors of #34152E
Black with #34152E
Text Example
Text Example
White with #34152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34152E; }
p { color: rgb(52,21,46); }
H1.HeaderClassName
{
color: #34152E;
}
.AnyTagClassName
{
color: #34152E;
}
</style>
background-color css
<style>
a { background-color: #34152E; }
a { background-color: rgb(52,21,46); }
div.DivClassName
{
background-color: #34152E;
}
.BgClassName
{
background-color: #34152E;
}
</style>
border-color css
<style>
span { border-color: #34152E; }
span { border-color: rgb(52,21,46); }
td.TdClassName
{
border-color: #34152E;
}
.TagClassName
{
border-color: #34152E;
}
</style>