Shades of Melanzane #31192A
Tints of Melanzane #31192A
RGB
CMYK
RGB Variations
Color information
#31192A (or 0x31192A) is known color: Melanzane. HEX triplet: 31, 19 and 2A. RGB value is (49,25,42). Sum of RGB (Red+Green+Blue) = 49+25+42=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31192A is #CEE6D5. Grayscale: #222222. Windows color (decimal): -13559510 or 2758961. OLE color: 2758961.
HSL color Cylindrical-coordinate representation of color #31192A: hue angle of 317.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31192A is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 42 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.81 |
| HSL | 317.5º | 0.32% | 0.15% | - |
| HSV(B) | 317.5º | 0.49% | 0.19% | - |
| XYZ | 2.03 | 1.52 | 2.38 | - |
| YUV | 34.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 42 | 0 | 0.49 | 0.14 | 0.81 | 317.5 | 0.32 | 0.15 |
| Hex | 31 | 19 | 2A | 0 | 31 | E | 51 | 13E | 20 | F |
| Octal | 61 | 31 | 52 | 0 | 61 | 16 | 121 | 476 | 40 | 17 |
| Binary | 110001 | 11001 | 101010 | 0 | 110001 | 1110 | 1010001 | 100111110 | 100000 | 1111 |
Color Harmonies of #31192A
Complementary color
Monochromatic Colors of #31192A
Black with #31192A
Text Example
Text Example
White with #31192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31192A; }
p { color: rgb(49,25,42); }
H1.HeaderClassName
{
color: #31192A;
}
.AnyTagClassName
{
color: #31192A;
}
</style>
background-color css
<style>
a { background-color: #31192A; }
a { background-color: rgb(49,25,42); }
div.DivClassName
{
background-color: #31192A;
}
.BgClassName
{
background-color: #31192A;
}
</style>
border-color css
<style>
span { border-color: #31192A; }
span { border-color: rgb(49,25,42); }
td.TdClassName
{
border-color: #31192A;
}
.TagClassName
{
border-color: #31192A;
}
</style>