Shades of Melanzane #311E2D
Tints of Melanzane #311E2D
RGB
CMYK
RGB Variations
Color information
#311E2D (or 0x311E2D) is known color: Melanzane. HEX triplet: 31, 1E and 2D. RGB value is (49,30,45). Sum of RGB (Red+Green+Blue) = 49+30+45=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2D is #CEE1D2. Grayscale: #252525. Windows color (decimal): -13558227 or 2956849. OLE color: 2956849.
HSL color Cylindrical-coordinate representation of color #311E2D: hue angle of 312.63º 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 #311E2D is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 45 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.81 |
| HSL | 312.63º | 0.24% | 0.15% | - |
| HSV(B) | 312.63º | 0.39% | 0.19% | - |
| XYZ | 2.2 | 1.77 | 2.71 | - |
| YUV | 37.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 45 | 0 | 0.39 | 0.08 | 0.81 | 312.63 | 0.24 | 0.15 |
| Hex | 31 | 1E | 2D | 0 | 27 | 8 | 51 | 139 | 18 | F |
| Octal | 61 | 36 | 55 | 0 | 47 | 10 | 121 | 471 | 30 | 17 |
| Binary | 110001 | 11110 | 101101 | 0 | 100111 | 1000 | 1010001 | 100111001 | 11000 | 1111 |
Color Harmonies of #311E2D
Complementary color
Monochromatic Colors of #311E2D
Black with #311E2D
Text Example
Text Example
White with #311E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E2D; }
p { color: rgb(49,30,45); }
H1.HeaderClassName
{
color: #311E2D;
}
.AnyTagClassName
{
color: #311E2D;
}
</style>
background-color css
<style>
a { background-color: #311E2D; }
a { background-color: rgb(49,30,45); }
div.DivClassName
{
background-color: #311E2D;
}
.BgClassName
{
background-color: #311E2D;
}
</style>
border-color css
<style>
span { border-color: #311E2D; }
span { border-color: rgb(49,30,45); }
td.TdClassName
{
border-color: #311E2D;
}
.TagClassName
{
border-color: #311E2D;
}
</style>