Shades of Melanzane #34182E
Tints of Melanzane #34182E
RGB
CMYK
RGB Variations
Color information
#34182E (or 0x34182E) is known color: Melanzane. HEX triplet: 34, 18 and 2E. RGB value is (52,24,46). Sum of RGB (Red+Green+Blue) = 52+24+46=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #34182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34182E is #CBE7D1. Grayscale: #222222. Windows color (decimal): -13363154 or 3020852. OLE color: 3020852.
HSL color Cylindrical-coordinate representation of color #34182E: hue angle of 312.86º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34182E is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 24 | 46 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.80 |
| HSL | 312.86º | 0.37% | 0.15% | - |
| HSV(B) | 312.86º | 0.54% | 0.2% | - |
| XYZ | 2.24 | 1.58 | 2.77 | - |
| YUV | 34.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 46 | 0 | 0.54 | 0.12 | 0.80 | 312.86 | 0.37 | 0.15 |
| Hex | 34 | 18 | 2E | 0 | 36 | C | 50 | 139 | 25 | F |
| Octal | 64 | 30 | 56 | 0 | 66 | 14 | 120 | 471 | 45 | 17 |
| Binary | 110100 | 11000 | 101110 | 0 | 110110 | 1100 | 1010000 | 100111001 | 100101 | 1111 |
Color Harmonies of #34182E
Complementary color
Monochromatic Colors of #34182E
Black with #34182E
Text Example
Text Example
White with #34182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34182E; }
p { color: rgb(52,24,46); }
H1.HeaderClassName
{
color: #34182E;
}
.AnyTagClassName
{
color: #34182E;
}
</style>
background-color css
<style>
a { background-color: #34182E; }
a { background-color: rgb(52,24,46); }
div.DivClassName
{
background-color: #34182E;
}
.BgClassName
{
background-color: #34182E;
}
</style>
border-color css
<style>
span { border-color: #34182E; }
span { border-color: rgb(52,24,46); }
td.TdClassName
{
border-color: #34182E;
}
.TagClassName
{
border-color: #34182E;
}
</style>