Shades of Melanzane #31202E
Tints of Melanzane #31202E
RGB
CMYK
RGB Variations
Color information
#31202E (or 0x31202E) is known color: Melanzane. HEX triplet: 31, 20 and 2E. RGB value is (49,32,46). Sum of RGB (Red+Green+Blue) = 49+32+46=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #31202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31202E is #CEDFD1. Grayscale: #262626. Windows color (decimal): -13557714 or 3022897. OLE color: 3022897.
HSL color Cylindrical-coordinate representation of color #31202E: hue angle of 310.59º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31202E is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 46 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.81 |
| HSL | 310.59º | 0.21% | 0.16% | - |
| HSV(B) | 310.59º | 0.35% | 0.19% | - |
| XYZ | 2.28 | 1.88 | 2.83 | - |
| YUV | 38.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 46 | 0 | 0.35 | 0.06 | 0.81 | 310.59 | 0.21 | 0.16 |
| Hex | 31 | 20 | 2E | 0 | 23 | 6 | 51 | 137 | 15 | 10 |
| Octal | 61 | 40 | 56 | 0 | 43 | 6 | 121 | 467 | 25 | 20 |
| Binary | 110001 | 100000 | 101110 | 0 | 100011 | 110 | 1010001 | 100110111 | 10101 | 10000 |
Color Harmonies of #31202E
Complementary color
Monochromatic Colors of #31202E
Black with #31202E
Text Example
Text Example
White with #31202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31202E; }
p { color: rgb(49,32,46); }
H1.HeaderClassName
{
color: #31202E;
}
.AnyTagClassName
{
color: #31202E;
}
</style>
background-color css
<style>
a { background-color: #31202E; }
a { background-color: rgb(49,32,46); }
div.DivClassName
{
background-color: #31202E;
}
.BgClassName
{
background-color: #31202E;
}
</style>
border-color css
<style>
span { border-color: #31202E; }
span { border-color: rgb(49,32,46); }
td.TdClassName
{
border-color: #31202E;
}
.TagClassName
{
border-color: #31202E;
}
</style>