Shades of Melanzane #32192A
Tints of Melanzane #32192A
RGB
CMYK
RGB Variations
Color information
#32192A (or 0x32192A) is known color: Melanzane. HEX triplet: 32, 19 and 2A. RGB value is (50,25,42). Sum of RGB (Red+Green+Blue) = 50+25+42=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #32192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32192A is #CDE6D5. Grayscale: #222222. Windows color (decimal): -13493974 or 2758962. OLE color: 2758962.
HSL color Cylindrical-coordinate representation of color #32192A: hue angle of 319.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32192A is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 25 | 42 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.80 |
| HSL | 319.2º | 0.33% | 0.15% | - |
| HSV(B) | 319.2º | 0.5% | 0.2% | - |
| XYZ | 2.08 | 1.54 | 2.38 | - |
| YUV | 34.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 42 | 0 | 0.50 | 0.16 | 0.80 | 319.2 | 0.33 | 0.15 |
| Hex | 32 | 19 | 2A | 0 | 32 | 10 | 50 | 13F | 21 | F |
| Octal | 62 | 31 | 52 | 0 | 62 | 20 | 120 | 477 | 41 | 17 |
| Binary | 110010 | 11001 | 101010 | 0 | 110010 | 10000 | 1010000 | 100111111 | 100001 | 1111 |
Color Harmonies of #32192A
Complementary color
Monochromatic Colors of #32192A
Black with #32192A
Text Example
Text Example
White with #32192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32192A; }
p { color: rgb(50,25,42); }
H1.HeaderClassName
{
color: #32192A;
}
.AnyTagClassName
{
color: #32192A;
}
</style>
background-color css
<style>
a { background-color: #32192A; }
a { background-color: rgb(50,25,42); }
div.DivClassName
{
background-color: #32192A;
}
.BgClassName
{
background-color: #32192A;
}
</style>
border-color css
<style>
span { border-color: #32192A; }
span { border-color: rgb(50,25,42); }
td.TdClassName
{
border-color: #32192A;
}
.TagClassName
{
border-color: #32192A;
}
</style>