Shades of Melanzane #31192B
Tints of Melanzane #31192B
RGB
CMYK
RGB Variations
Color information
#31192B (or 0x31192B) is known color: Melanzane. HEX triplet: 31, 19 and 2B. RGB value is (49,25,43). Sum of RGB (Red+Green+Blue) = 49+25+43=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31192B is #CEE6D4. Grayscale: #222222. Windows color (decimal): -13559509 or 2824497. OLE color: 2824497.
HSL color Cylindrical-coordinate representation of color #31192B: hue angle of 315º 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 #31192B is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 43 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.81 |
| HSL | 315º | 0.32% | 0.15% | - |
| HSV(B) | 315º | 0.49% | 0.19% | - |
| XYZ | 2.05 | 1.52 | 2.47 | - |
| YUV | 34.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 43 | 0 | 0.49 | 0.12 | 0.81 | 315 | 0.32 | 0.15 |
| Hex | 31 | 19 | 2B | 0 | 31 | C | 51 | 13B | 20 | F |
| Octal | 61 | 31 | 53 | 0 | 61 | 14 | 121 | 473 | 40 | 17 |
| Binary | 110001 | 11001 | 101011 | 0 | 110001 | 1100 | 1010001 | 100111011 | 100000 | 1111 |
Color Harmonies of #31192B
Complementary color
Monochromatic Colors of #31192B
Black with #31192B
Text Example
Text Example
White with #31192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31192B; }
p { color: rgb(49,25,43); }
H1.HeaderClassName
{
color: #31192B;
}
.AnyTagClassName
{
color: #31192B;
}
</style>
background-color css
<style>
a { background-color: #31192B; }
a { background-color: rgb(49,25,43); }
div.DivClassName
{
background-color: #31192B;
}
.BgClassName
{
background-color: #31192B;
}
</style>
border-color css
<style>
span { border-color: #31192B; }
span { border-color: rgb(49,25,43); }
td.TdClassName
{
border-color: #31192B;
}
.TagClassName
{
border-color: #31192B;
}
</style>