Shades of Melanzane #34172B
Tints of Melanzane #34172B
RGB
CMYK
RGB Variations
Color information
#34172B (or 0x34172B) is known color: Melanzane. HEX triplet: 34, 17 and 2B. RGB value is (52,23,43). Sum of RGB (Red+Green+Blue) = 52+23+43=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172B is #CBE8D4. Grayscale: #212121. Windows color (decimal): -13363413 or 2823988. OLE color: 2823988.
HSL color Cylindrical-coordinate representation of color #34172B: hue angle of 318.62º 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 #34172B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 43 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.80 |
| HSL | 318.62º | 0.39% | 0.15% | - |
| HSV(B) | 318.62º | 0.56% | 0.2% | - |
| XYZ | 2.16 | 1.52 | 2.46 | - |
| YUV | 33.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 43 | 0 | 0.56 | 0.17 | 0.80 | 318.62 | 0.39 | 0.15 |
| Hex | 34 | 17 | 2B | 0 | 38 | 11 | 50 | 13F | 27 | F |
| Octal | 64 | 27 | 53 | 0 | 70 | 21 | 120 | 477 | 47 | 17 |
| Binary | 110100 | 10111 | 101011 | 0 | 111000 | 10001 | 1010000 | 100111111 | 100111 | 1111 |
Color Harmonies of #34172B
Complementary color
Monochromatic Colors of #34172B
Black with #34172B
Text Example
Text Example
White with #34172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34172B; }
p { color: rgb(52,23,43); }
H1.HeaderClassName
{
color: #34172B;
}
.AnyTagClassName
{
color: #34172B;
}
</style>
background-color css
<style>
a { background-color: #34172B; }
a { background-color: rgb(52,23,43); }
div.DivClassName
{
background-color: #34172B;
}
.BgClassName
{
background-color: #34172B;
}
</style>
border-color css
<style>
span { border-color: #34172B; }
span { border-color: rgb(52,23,43); }
td.TdClassName
{
border-color: #34172B;
}
.TagClassName
{
border-color: #34172B;
}
</style>