Shades of Melanzane #321B2C
Tints of Melanzane #321B2C
RGB
CMYK
RGB Variations
Color information
#321B2C (or 0x321B2C) is known color: Melanzane. HEX triplet: 32, 1B and 2C. RGB value is (50,27,44). Sum of RGB (Red+Green+Blue) = 50+27+44=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2C is #CDE4D3. Grayscale: #232323. Windows color (decimal): -13493460 or 2890546. OLE color: 2890546.
HSL color Cylindrical-coordinate representation of color #321B2C: hue angle of 315.65º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B2C is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 44 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.80 |
| HSL | 315.65º | 0.3% | 0.15% | - |
| HSV(B) | 315.65º | 0.46% | 0.2% | - |
| XYZ | 2.16 | 1.64 | 2.59 | - |
| YUV | 35.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 44 | 0 | 0.46 | 0.12 | 0.80 | 315.65 | 0.3 | 0.15 |
| Hex | 32 | 1B | 2C | 0 | 2E | C | 50 | 13C | 1E | F |
| Octal | 62 | 33 | 54 | 0 | 56 | 14 | 120 | 474 | 36 | 17 |
| Binary | 110010 | 11011 | 101100 | 0 | 101110 | 1100 | 1010000 | 100111100 | 11110 | 1111 |
Color Harmonies of #321B2C
Complementary color
Monochromatic Colors of #321B2C
Black with #321B2C
Text Example
Text Example
White with #321B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B2C; }
p { color: rgb(50,27,44); }
H1.HeaderClassName
{
color: #321B2C;
}
.AnyTagClassName
{
color: #321B2C;
}
</style>
background-color css
<style>
a { background-color: #321B2C; }
a { background-color: rgb(50,27,44); }
div.DivClassName
{
background-color: #321B2C;
}
.BgClassName
{
background-color: #321B2C;
}
</style>
border-color css
<style>
span { border-color: #321B2C; }
span { border-color: rgb(50,27,44); }
td.TdClassName
{
border-color: #321B2C;
}
.TagClassName
{
border-color: #321B2C;
}
</style>