Shades of Melanzane #311E2B
Tints of Melanzane #311E2B
RGB
CMYK
RGB Variations
Color information
#311E2B (or 0x311E2B) is known color: Melanzane. HEX triplet: 31, 1E and 2B. RGB value is (49,30,43). Sum of RGB (Red+Green+Blue) = 49+30+43=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2B is #CEE1D4. Grayscale: #252525. Windows color (decimal): -13558229 or 2825777. OLE color: 2825777.
HSL color Cylindrical-coordinate representation of color #311E2B: hue angle of 318.95º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E2B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 43 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.81 |
| HSL | 318.95º | 0.24% | 0.15% | - |
| HSV(B) | 318.95º | 0.39% | 0.19% | - |
| XYZ | 2.17 | 1.76 | 2.51 | - |
| YUV | 37.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 43 | 0 | 0.39 | 0.12 | 0.81 | 318.95 | 0.24 | 0.15 |
| Hex | 31 | 1E | 2B | 0 | 27 | C | 51 | 13F | 18 | F |
| Octal | 61 | 36 | 53 | 0 | 47 | 14 | 121 | 477 | 30 | 17 |
| Binary | 110001 | 11110 | 101011 | 0 | 100111 | 1100 | 1010001 | 100111111 | 11000 | 1111 |
Color Harmonies of #311E2B
Complementary color
Monochromatic Colors of #311E2B
Black with #311E2B
Text Example
Text Example
White with #311E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E2B; }
p { color: rgb(49,30,43); }
H1.HeaderClassName
{
color: #311E2B;
}
.AnyTagClassName
{
color: #311E2B;
}
</style>
background-color css
<style>
a { background-color: #311E2B; }
a { background-color: rgb(49,30,43); }
div.DivClassName
{
background-color: #311E2B;
}
.BgClassName
{
background-color: #311E2B;
}
</style>
border-color css
<style>
span { border-color: #311E2B; }
span { border-color: rgb(49,30,43); }
td.TdClassName
{
border-color: #311E2B;
}
.TagClassName
{
border-color: #311E2B;
}
</style>