Shades of Melanzane #321C2E
Tints of Melanzane #321C2E
RGB
CMYK
RGB Variations
Color information
#321C2E (or 0x321C2E) is known color: Melanzane. HEX triplet: 32, 1C and 2E. RGB value is (50,28,46). Sum of RGB (Red+Green+Blue) = 50+28+46=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C2E is #CDE3D1. Grayscale: #242424. Windows color (decimal): -13493202 or 3021874. OLE color: 3021874.
HSL color Cylindrical-coordinate representation of color #321C2E: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321C2E is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 46 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.80 |
| HSL | 310.91º | 0.28% | 0.15% | - |
| HSV(B) | 310.91º | 0.44% | 0.2% | - |
| XYZ | 2.22 | 1.71 | 2.8 | - |
| YUV | 36.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 46 | 0 | 0.44 | 0.08 | 0.80 | 310.91 | 0.28 | 0.15 |
| Hex | 32 | 1C | 2E | 0 | 2C | 8 | 50 | 137 | 1C | F |
| Octal | 62 | 34 | 56 | 0 | 54 | 10 | 120 | 467 | 34 | 17 |
| Binary | 110010 | 11100 | 101110 | 0 | 101100 | 1000 | 1010000 | 100110111 | 11100 | 1111 |
Color Harmonies of #321C2E
Complementary color
Monochromatic Colors of #321C2E
Black with #321C2E
Text Example
Text Example
White with #321C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C2E; }
p { color: rgb(50,28,46); }
H1.HeaderClassName
{
color: #321C2E;
}
.AnyTagClassName
{
color: #321C2E;
}
</style>
background-color css
<style>
a { background-color: #321C2E; }
a { background-color: rgb(50,28,46); }
div.DivClassName
{
background-color: #321C2E;
}
.BgClassName
{
background-color: #321C2E;
}
</style>
border-color css
<style>
span { border-color: #321C2E; }
span { border-color: rgb(50,28,46); }
td.TdClassName
{
border-color: #321C2E;
}
.TagClassName
{
border-color: #321C2E;
}
</style>