Shades of Melanzane #31152A
Tints of Melanzane #31152A
RGB
CMYK
RGB Variations
Color information
#31152A (or 0x31152A) is known color: Melanzane. HEX triplet: 31, 15 and 2A. RGB value is (49,21,42). Sum of RGB (Red+Green+Blue) = 49+21+42=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152A is #CEEAD5. Grayscale: #1F1F1F. Windows color (decimal): -13560534 or 2757937. OLE color: 2757937.
HSL color Cylindrical-coordinate representation of color #31152A: hue angle of 315º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31152A is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 21 | 42 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.81 |
| HSL | 315º | 0.4% | 0.14% | - |
| HSV(B) | 315º | 0.57% | 0.19% | - |
| XYZ | 1.95 | 1.36 | 2.35 | - |
| YUV | 31.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 42 | 0 | 0.57 | 0.14 | 0.81 | 315 | 0.4 | 0.14 |
| Hex | 31 | 15 | 2A | 0 | 39 | E | 51 | 13B | 28 | E |
| Octal | 61 | 25 | 52 | 0 | 71 | 16 | 121 | 473 | 50 | 16 |
| Binary | 110001 | 10101 | 101010 | 0 | 111001 | 1110 | 1010001 | 100111011 | 101000 | 1110 |
Color Harmonies of #31152A
Complementary color
Monochromatic Colors of #31152A
Black with #31152A
Text Example
Text Example
White with #31152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31152A; }
p { color: rgb(49,21,42); }
H1.HeaderClassName
{
color: #31152A;
}
.AnyTagClassName
{
color: #31152A;
}
</style>
background-color css
<style>
a { background-color: #31152A; }
a { background-color: rgb(49,21,42); }
div.DivClassName
{
background-color: #31152A;
}
.BgClassName
{
background-color: #31152A;
}
</style>
border-color css
<style>
span { border-color: #31152A; }
span { border-color: rgb(49,21,42); }
td.TdClassName
{
border-color: #31152A;
}
.TagClassName
{
border-color: #31152A;
}
</style>