Shades of Melanzane #34172D
Tints of Melanzane #34172D
RGB
CMYK
RGB Variations
Color information
#34172D (or 0x34172D) is known color: Melanzane. HEX triplet: 34, 17 and 2D. RGB value is (52,23,45). Sum of RGB (Red+Green+Blue) = 52+23+45=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172D is #CBE8D2. Grayscale: #222222. Windows color (decimal): -13363411 or 2955060. OLE color: 2955060.
HSL color Cylindrical-coordinate representation of color #34172D: hue angle of 314.48º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34172D is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 45 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.80 |
| HSL | 314.48º | 0.39% | 0.15% | - |
| HSV(B) | 314.48º | 0.56% | 0.2% | - |
| XYZ | 2.2 | 1.53 | 2.66 | - |
| YUV | 34.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 45 | 0 | 0.56 | 0.13 | 0.80 | 314.48 | 0.39 | 0.15 |
| Hex | 34 | 17 | 2D | 0 | 38 | D | 50 | 13A | 27 | F |
| Octal | 64 | 27 | 55 | 0 | 70 | 15 | 120 | 472 | 47 | 17 |
| Binary | 110100 | 10111 | 101101 | 0 | 111000 | 1101 | 1010000 | 100111010 | 100111 | 1111 |
Color Harmonies of #34172D
Complementary color
Monochromatic Colors of #34172D
Black with #34172D
Text Example
Text Example
White with #34172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34172D; }
p { color: rgb(52,23,45); }
H1.HeaderClassName
{
color: #34172D;
}
.AnyTagClassName
{
color: #34172D;
}
</style>
background-color css
<style>
a { background-color: #34172D; }
a { background-color: rgb(52,23,45); }
div.DivClassName
{
background-color: #34172D;
}
.BgClassName
{
background-color: #34172D;
}
</style>
border-color css
<style>
span { border-color: #34172D; }
span { border-color: rgb(52,23,45); }
td.TdClassName
{
border-color: #34172D;
}
.TagClassName
{
border-color: #34172D;
}
</style>