Shades of Melanzane #321D2C
Tints of Melanzane #321D2C
RGB
CMYK
RGB Variations
Color information
#321D2C (or 0x321D2C) is known color: Melanzane. HEX triplet: 32, 1D and 2C. RGB value is (50,29,44). Sum of RGB (Red+Green+Blue) = 50+29+44=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #321D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D2C is #CDE2D3. Grayscale: #242424. Windows color (decimal): -13492948 or 2891058. OLE color: 2891058.
HSL color Cylindrical-coordinate representation of color #321D2C: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321D2C is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 29 | 44 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.80 |
| HSL | 317.14º | 0.27% | 0.15% | - |
| HSV(B) | 317.14º | 0.42% | 0.2% | - |
| XYZ | 2.21 | 1.74 | 2.6 | - |
| YUV | 36.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 44 | 0 | 0.42 | 0.12 | 0.80 | 317.14 | 0.27 | 0.15 |
| Hex | 32 | 1D | 2C | 0 | 2A | C | 50 | 13D | 1B | F |
| Octal | 62 | 35 | 54 | 0 | 52 | 14 | 120 | 475 | 33 | 17 |
| Binary | 110010 | 11101 | 101100 | 0 | 101010 | 1100 | 1010000 | 100111101 | 11011 | 1111 |
Color Harmonies of #321D2C
Complementary color
Monochromatic Colors of #321D2C
Black with #321D2C
Text Example
Text Example
White with #321D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D2C; }
p { color: rgb(50,29,44); }
H1.HeaderClassName
{
color: #321D2C;
}
.AnyTagClassName
{
color: #321D2C;
}
</style>
background-color css
<style>
a { background-color: #321D2C; }
a { background-color: rgb(50,29,44); }
div.DivClassName
{
background-color: #321D2C;
}
.BgClassName
{
background-color: #321D2C;
}
</style>
border-color css
<style>
span { border-color: #321D2C; }
span { border-color: rgb(50,29,44); }
td.TdClassName
{
border-color: #321D2C;
}
.TagClassName
{
border-color: #321D2C;
}
</style>