Shades of Melanzane #321C2B
Tints of Melanzane #321C2B
RGB
CMYK
RGB Variations
Color information
#321C2B (or 0x321C2B) is known color: Melanzane. HEX triplet: 32, 1C and 2B. RGB value is (50,28,43). Sum of RGB (Red+Green+Blue) = 50+28+43=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C2B is #CDE3D4. Grayscale: #242424. Windows color (decimal): -13493205 or 2825266. OLE color: 2825266.
HSL color Cylindrical-coordinate representation of color #321C2B: hue angle of 319.09º 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 #321C2B is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 43 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.80 |
| HSL | 319.09º | 0.28% | 0.15% | - |
| HSV(B) | 319.09º | 0.44% | 0.2% | - |
| XYZ | 2.17 | 1.68 | 2.5 | - |
| YUV | 36.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 43 | 0 | 0.44 | 0.14 | 0.80 | 319.09 | 0.28 | 0.15 |
| Hex | 32 | 1C | 2B | 0 | 2C | E | 50 | 13F | 1C | F |
| Octal | 62 | 34 | 53 | 0 | 54 | 16 | 120 | 477 | 34 | 17 |
| Binary | 110010 | 11100 | 101011 | 0 | 101100 | 1110 | 1010000 | 100111111 | 11100 | 1111 |
Color Harmonies of #321C2B
Complementary color
Monochromatic Colors of #321C2B
Black with #321C2B
Text Example
Text Example
White with #321C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C2B; }
p { color: rgb(50,28,43); }
H1.HeaderClassName
{
color: #321C2B;
}
.AnyTagClassName
{
color: #321C2B;
}
</style>
background-color css
<style>
a { background-color: #321C2B; }
a { background-color: rgb(50,28,43); }
div.DivClassName
{
background-color: #321C2B;
}
.BgClassName
{
background-color: #321C2B;
}
</style>
border-color css
<style>
span { border-color: #321C2B; }
span { border-color: rgb(50,28,43); }
td.TdClassName
{
border-color: #321C2B;
}
.TagClassName
{
border-color: #321C2B;
}
</style>