Shades of Melanzane #32112B
Tints of Melanzane #32112B
RGB
CMYK
RGB Variations
Color information
#32112B (or 0x32112B) is known color: Melanzane. HEX triplet: 32, 11 and 2B. RGB value is (50,17,43). Sum of RGB (Red+Green+Blue) = 50+17+43=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #32112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32112B is #CDEED4. Grayscale: #1D1D1D. Windows color (decimal): -13496021 or 2822450. OLE color: 2822450.
HSL color Cylindrical-coordinate representation of color #32112B: hue angle of 312.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32112B is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 43 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.80 |
| HSL | 312.73º | 0.49% | 0.13% | - |
| HSV(B) | 312.73º | 0.66% | 0.2% | - |
| XYZ | 1.95 | 1.25 | 2.42 | - |
| YUV | 29.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 43 | 0 | 0.66 | 0.14 | 0.80 | 312.73 | 0.49 | 0.13 |
| Hex | 32 | 11 | 2B | 0 | 42 | E | 50 | 139 | 31 | D |
| Octal | 62 | 21 | 53 | 0 | 102 | 16 | 120 | 471 | 61 | 15 |
| Binary | 110010 | 10001 | 101011 | 0 | 1000010 | 1110 | 1010000 | 100111001 | 110001 | 1101 |
Color Harmonies of #32112B
Complementary color
Monochromatic Colors of #32112B
Black with #32112B
Text Example
Text Example
White with #32112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32112B; }
p { color: rgb(50,17,43); }
H1.HeaderClassName
{
color: #32112B;
}
.AnyTagClassName
{
color: #32112B;
}
</style>
background-color css
<style>
a { background-color: #32112B; }
a { background-color: rgb(50,17,43); }
div.DivClassName
{
background-color: #32112B;
}
.BgClassName
{
background-color: #32112B;
}
</style>
border-color css
<style>
span { border-color: #32112B; }
span { border-color: rgb(50,17,43); }
td.TdClassName
{
border-color: #32112B;
}
.TagClassName
{
border-color: #32112B;
}
</style>