Shades of Melanzane #34142C
Tints of Melanzane #34142C
RGB
CMYK
RGB Variations
Color information
#34142C (or 0x34142C) is known color: Melanzane. HEX triplet: 34, 14 and 2C. RGB value is (52,20,44). Sum of RGB (Red+Green+Blue) = 52+20+44=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #34142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34142C is #CBEBD3. Grayscale: #202020. Windows color (decimal): -13364180 or 2888756. OLE color: 2888756.
HSL color Cylindrical-coordinate representation of color #34142C: hue angle of 315º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34142C is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 44 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.80 |
| HSL | 315º | 0.44% | 0.14% | - |
| HSV(B) | 315º | 0.62% | 0.2% | - |
| XYZ | 2.12 | 1.41 | 2.54 | - |
| YUV | 32.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 44 | 0 | 0.62 | 0.15 | 0.80 | 315 | 0.44 | 0.14 |
| Hex | 34 | 14 | 2C | 0 | 3E | F | 50 | 13B | 2C | E |
| Octal | 64 | 24 | 54 | 0 | 76 | 17 | 120 | 473 | 54 | 16 |
| Binary | 110100 | 10100 | 101100 | 0 | 111110 | 1111 | 1010000 | 100111011 | 101100 | 1110 |
Color Harmonies of #34142C
Complementary color
Monochromatic Colors of #34142C
Black with #34142C
Text Example
Text Example
White with #34142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34142C; }
p { color: rgb(52,20,44); }
H1.HeaderClassName
{
color: #34142C;
}
.AnyTagClassName
{
color: #34142C;
}
</style>
background-color css
<style>
a { background-color: #34142C; }
a { background-color: rgb(52,20,44); }
div.DivClassName
{
background-color: #34142C;
}
.BgClassName
{
background-color: #34142C;
}
</style>
border-color css
<style>
span { border-color: #34142C; }
span { border-color: rgb(52,20,44); }
td.TdClassName
{
border-color: #34142C;
}
.TagClassName
{
border-color: #34142C;
}
</style>