Shades of Melanzane #311E2A
Tints of Melanzane #311E2A
RGB
CMYK
RGB Variations
Color information
#311E2A (or 0x311E2A) is known color: Melanzane. HEX triplet: 31, 1E and 2A. RGB value is (49,30,42). Sum of RGB (Red+Green+Blue) = 49+30+42=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2A is #CEE1D5. Grayscale: #252525. Windows color (decimal): -13558230 or 2760241. OLE color: 2760241.
HSL color Cylindrical-coordinate representation of color #311E2A: hue angle of 322.11º 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 #311E2A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 42 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.81 |
| HSL | 322.11º | 0.24% | 0.15% | - |
| HSV(B) | 322.11º | 0.39% | 0.19% | - |
| XYZ | 2.15 | 1.75 | 2.41 | - |
| YUV | 37.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 42 | 0 | 0.39 | 0.14 | 0.81 | 322.11 | 0.24 | 0.15 |
| Hex | 31 | 1E | 2A | 0 | 27 | E | 51 | 142 | 18 | F |
| Octal | 61 | 36 | 52 | 0 | 47 | 16 | 121 | 502 | 30 | 17 |
| Binary | 110001 | 11110 | 101010 | 0 | 100111 | 1110 | 1010001 | 101000010 | 11000 | 1111 |
Color Harmonies of #311E2A
Complementary color
Monochromatic Colors of #311E2A
Black with #311E2A
Text Example
Text Example
White with #311E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E2A; }
p { color: rgb(49,30,42); }
H1.HeaderClassName
{
color: #311E2A;
}
.AnyTagClassName
{
color: #311E2A;
}
</style>
background-color css
<style>
a { background-color: #311E2A; }
a { background-color: rgb(49,30,42); }
div.DivClassName
{
background-color: #311E2A;
}
.BgClassName
{
background-color: #311E2A;
}
</style>
border-color css
<style>
span { border-color: #311E2A; }
span { border-color: rgb(49,30,42); }
td.TdClassName
{
border-color: #311E2A;
}
.TagClassName
{
border-color: #311E2A;
}
</style>