Shades of Melanzane #321F2B
Tints of Melanzane #321F2B
RGB
CMYK
RGB Variations
Color information
#321F2B (or 0x321F2B) is known color: Melanzane. HEX triplet: 32, 1F and 2B. RGB value is (50,31,43). Sum of RGB (Red+Green+Blue) = 50+31+43=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F2B is #CDE0D4. Grayscale: #262626. Windows color (decimal): -13492437 or 2826034. OLE color: 2826034.
HSL color Cylindrical-coordinate representation of color #321F2B: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #321F2B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 43 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.80 |
| HSL | 322.11º | 0.23% | 0.16% | - |
| HSV(B) | 322.11º | 0.38% | 0.2% | - |
| XYZ | 2.24 | 1.83 | 2.52 | - |
| YUV | 38.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 43 | 0 | 0.38 | 0.14 | 0.80 | 322.11 | 0.23 | 0.16 |
| Hex | 32 | 1F | 2B | 0 | 26 | E | 50 | 142 | 17 | 10 |
| Octal | 62 | 37 | 53 | 0 | 46 | 16 | 120 | 502 | 27 | 20 |
| Binary | 110010 | 11111 | 101011 | 0 | 100110 | 1110 | 1010000 | 101000010 | 10111 | 10000 |
Color Harmonies of #321F2B
Complementary color
Monochromatic Colors of #321F2B
Black with #321F2B
Text Example
Text Example
White with #321F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F2B; }
p { color: rgb(50,31,43); }
H1.HeaderClassName
{
color: #321F2B;
}
.AnyTagClassName
{
color: #321F2B;
}
</style>
background-color css
<style>
a { background-color: #321F2B; }
a { background-color: rgb(50,31,43); }
div.DivClassName
{
background-color: #321F2B;
}
.BgClassName
{
background-color: #321F2B;
}
</style>
border-color css
<style>
span { border-color: #321F2B; }
span { border-color: rgb(50,31,43); }
td.TdClassName
{
border-color: #321F2B;
}
.TagClassName
{
border-color: #321F2B;
}
</style>