Shades of Melanzane #34192B
Tints of Melanzane #34192B
RGB
CMYK
RGB Variations
Color information
#34192B (or 0x34192B) is known color: Melanzane. HEX triplet: 34, 19 and 2B. RGB value is (52,25,43). Sum of RGB (Red+Green+Blue) = 52+25+43=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34192B is #CBE6D4. Grayscale: #232323. Windows color (decimal): -13362901 or 2824500. OLE color: 2824500.
HSL color Cylindrical-coordinate representation of color #34192B: hue angle of 320º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34192B is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 25 | 43 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.80 |
| HSL | 320º | 0.35% | 0.15% | - |
| HSV(B) | 320º | 0.52% | 0.2% | - |
| XYZ | 2.2 | 1.6 | 2.48 | - |
| YUV | 35.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 43 | 0 | 0.52 | 0.17 | 0.80 | 320 | 0.35 | 0.15 |
| Hex | 34 | 19 | 2B | 0 | 34 | 11 | 50 | 140 | 23 | F |
| Octal | 64 | 31 | 53 | 0 | 64 | 21 | 120 | 500 | 43 | 17 |
| Binary | 110100 | 11001 | 101011 | 0 | 110100 | 10001 | 1010000 | 101000000 | 100011 | 1111 |
Color Harmonies of #34192B
Complementary color
Monochromatic Colors of #34192B
Black with #34192B
Text Example
Text Example
White with #34192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34192B; }
p { color: rgb(52,25,43); }
H1.HeaderClassName
{
color: #34192B;
}
.AnyTagClassName
{
color: #34192B;
}
</style>
background-color css
<style>
a { background-color: #34192B; }
a { background-color: rgb(52,25,43); }
div.DivClassName
{
background-color: #34192B;
}
.BgClassName
{
background-color: #34192B;
}
</style>
border-color css
<style>
span { border-color: #34192B; }
span { border-color: rgb(52,25,43); }
td.TdClassName
{
border-color: #34192B;
}
.TagClassName
{
border-color: #34192B;
}
</style>