Shades of Melanzane #34172C
Tints of Melanzane #34172C
RGB
CMYK
RGB Variations
Color information
#34172C (or 0x34172C) is known color: Melanzane. HEX triplet: 34, 17 and 2C. RGB value is (52,23,44). Sum of RGB (Red+Green+Blue) = 52+23+44=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #34172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34172C is #CBE8D3. Grayscale: #222222. Windows color (decimal): -13363412 or 2889524. OLE color: 2889524.
HSL color Cylindrical-coordinate representation of color #34172C: hue angle of 316.55º 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 #34172C is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 44 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.80 |
| HSL | 316.55º | 0.39% | 0.15% | - |
| HSV(B) | 316.55º | 0.56% | 0.2% | - |
| XYZ | 2.18 | 1.52 | 2.56 | - |
| YUV | 34.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 44 | 0 | 0.56 | 0.15 | 0.80 | 316.55 | 0.39 | 0.15 |
| Hex | 34 | 17 | 2C | 0 | 38 | F | 50 | 13D | 27 | F |
| Octal | 64 | 27 | 54 | 0 | 70 | 17 | 120 | 475 | 47 | 17 |
| Binary | 110100 | 10111 | 101100 | 0 | 111000 | 1111 | 1010000 | 100111101 | 100111 | 1111 |
Color Harmonies of #34172C
Complementary color
Monochromatic Colors of #34172C
Black with #34172C
Text Example
Text Example
White with #34172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34172C; }
p { color: rgb(52,23,44); }
H1.HeaderClassName
{
color: #34172C;
}
.AnyTagClassName
{
color: #34172C;
}
</style>
background-color css
<style>
a { background-color: #34172C; }
a { background-color: rgb(52,23,44); }
div.DivClassName
{
background-color: #34172C;
}
.BgClassName
{
background-color: #34172C;
}
</style>
border-color css
<style>
span { border-color: #34172C; }
span { border-color: rgb(52,23,44); }
td.TdClassName
{
border-color: #34172C;
}
.TagClassName
{
border-color: #34172C;
}
</style>