Shades of Melanzane #321E2C
Tints of Melanzane #321E2C
RGB
CMYK
RGB Variations
Color information
#321E2C (or 0x321E2C) is known color: Melanzane. HEX triplet: 32, 1E and 2C. RGB value is (50,30,44). Sum of RGB (Red+Green+Blue) = 50+30+44=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E2C is #CDE1D3. Grayscale: #252525. Windows color (decimal): -13492692 or 2891314. OLE color: 2891314.
HSL color Cylindrical-coordinate representation of color #321E2C: hue angle of 318º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E2C is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 44 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.80 |
| HSL | 318º | 0.25% | 0.16% | - |
| HSV(B) | 318º | 0.4% | 0.2% | - |
| XYZ | 2.23 | 1.79 | 2.61 | - |
| YUV | 37.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 44 | 0 | 0.40 | 0.12 | 0.80 | 318 | 0.25 | 0.16 |
| Hex | 32 | 1E | 2C | 0 | 28 | C | 50 | 13E | 19 | 10 |
| Octal | 62 | 36 | 54 | 0 | 50 | 14 | 120 | 476 | 31 | 20 |
| Binary | 110010 | 11110 | 101100 | 0 | 101000 | 1100 | 1010000 | 100111110 | 11001 | 10000 |
Color Harmonies of #321E2C
Complementary color
Monochromatic Colors of #321E2C
Black with #321E2C
Text Example
Text Example
White with #321E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E2C; }
p { color: rgb(50,30,44); }
H1.HeaderClassName
{
color: #321E2C;
}
.AnyTagClassName
{
color: #321E2C;
}
</style>
background-color css
<style>
a { background-color: #321E2C; }
a { background-color: rgb(50,30,44); }
div.DivClassName
{
background-color: #321E2C;
}
.BgClassName
{
background-color: #321E2C;
}
</style>
border-color css
<style>
span { border-color: #321E2C; }
span { border-color: rgb(50,30,44); }
td.TdClassName
{
border-color: #321E2C;
}
.TagClassName
{
border-color: #321E2C;
}
</style>