Shades of Melanzane #32152A
Tints of Melanzane #32152A
RGB
CMYK
RGB Variations
Color information
#32152A (or 0x32152A) is known color: Melanzane. HEX triplet: 32, 15 and 2A. RGB value is (50,21,42). Sum of RGB (Red+Green+Blue) = 50+21+42=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #32152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32152A is #CDEAD5. Grayscale: #202020. Windows color (decimal): -13494998 or 2757938. OLE color: 2757938.
HSL color Cylindrical-coordinate representation of color #32152A: hue angle of 316.55º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32152A is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 42 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.80 |
| HSL | 316.55º | 0.41% | 0.14% | - |
| HSV(B) | 316.55º | 0.58% | 0.2% | - |
| XYZ | 2 | 1.38 | 2.35 | - |
| YUV | 32.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 42 | 0 | 0.58 | 0.16 | 0.80 | 316.55 | 0.41 | 0.14 |
| Hex | 32 | 15 | 2A | 0 | 3A | 10 | 50 | 13D | 29 | E |
| Octal | 62 | 25 | 52 | 0 | 72 | 20 | 120 | 475 | 51 | 16 |
| Binary | 110010 | 10101 | 101010 | 0 | 111010 | 10000 | 1010000 | 100111101 | 101001 | 1110 |
Color Harmonies of #32152A
Complementary color
Monochromatic Colors of #32152A
Black with #32152A
Text Example
Text Example
White with #32152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32152A; }
p { color: rgb(50,21,42); }
H1.HeaderClassName
{
color: #32152A;
}
.AnyTagClassName
{
color: #32152A;
}
</style>
background-color css
<style>
a { background-color: #32152A; }
a { background-color: rgb(50,21,42); }
div.DivClassName
{
background-color: #32152A;
}
.BgClassName
{
background-color: #32152A;
}
</style>
border-color css
<style>
span { border-color: #32152A; }
span { border-color: rgb(50,21,42); }
td.TdClassName
{
border-color: #32152A;
}
.TagClassName
{
border-color: #32152A;
}
</style>