Shades of Melanzane #31132A
Tints of Melanzane #31132A
RGB
CMYK
RGB Variations
Color information
#31132A (or 0x31132A) is known color: Melanzane. HEX triplet: 31, 13 and 2A. RGB value is (49,19,42). Sum of RGB (Red+Green+Blue) = 49+19+42=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31132A is #CEECD5. Grayscale: #1E1E1E. Windows color (decimal): -13561046 or 2757425. OLE color: 2757425.
HSL color Cylindrical-coordinate representation of color #31132A: hue angle of 314º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31132A is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 42 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.81 |
| HSL | 314º | 0.44% | 0.13% | - |
| HSV(B) | 314º | 0.61% | 0.19% | - |
| XYZ | 1.92 | 1.29 | 2.34 | - |
| YUV | 30.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 42 | 0 | 0.61 | 0.14 | 0.81 | 314 | 0.44 | 0.13 |
| Hex | 31 | 13 | 2A | 0 | 3D | E | 51 | 13A | 2C | D |
| Octal | 61 | 23 | 52 | 0 | 75 | 16 | 121 | 472 | 54 | 15 |
| Binary | 110001 | 10011 | 101010 | 0 | 111101 | 1110 | 1010001 | 100111010 | 101100 | 1101 |
Color Harmonies of #31132A
Complementary color
Monochromatic Colors of #31132A
Black with #31132A
Text Example
Text Example
White with #31132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31132A; }
p { color: rgb(49,19,42); }
H1.HeaderClassName
{
color: #31132A;
}
.AnyTagClassName
{
color: #31132A;
}
</style>
background-color css
<style>
a { background-color: #31132A; }
a { background-color: rgb(49,19,42); }
div.DivClassName
{
background-color: #31132A;
}
.BgClassName
{
background-color: #31132A;
}
</style>
border-color css
<style>
span { border-color: #31132A; }
span { border-color: rgb(49,19,42); }
td.TdClassName
{
border-color: #31132A;
}
.TagClassName
{
border-color: #31132A;
}
</style>