Shades of Melanzane #31162B
Tints of Melanzane #31162B
RGB
CMYK
RGB Variations
Color information
#31162B (or 0x31162B) is known color: Melanzane. HEX triplet: 31, 16 and 2B. RGB value is (49,22,43). Sum of RGB (Red+Green+Blue) = 49+22+43=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31162B is #CEE9D4. Grayscale: #202020. Windows color (decimal): -13560277 or 2823729. OLE color: 2823729.
HSL color Cylindrical-coordinate representation of color #31162B: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31162B is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 22 | 43 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.81 |
| HSL | 313.33º | 0.38% | 0.14% | - |
| HSV(B) | 313.33º | 0.55% | 0.19% | - |
| XYZ | 1.99 | 1.4 | 2.45 | - |
| YUV | 32.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 43 | 0 | 0.55 | 0.12 | 0.81 | 313.33 | 0.38 | 0.14 |
| Hex | 31 | 16 | 2B | 0 | 37 | C | 51 | 139 | 26 | E |
| Octal | 61 | 26 | 53 | 0 | 67 | 14 | 121 | 471 | 46 | 16 |
| Binary | 110001 | 10110 | 101011 | 0 | 110111 | 1100 | 1010001 | 100111001 | 100110 | 1110 |
Color Harmonies of #31162B
Complementary color
Monochromatic Colors of #31162B
Black with #31162B
Text Example
Text Example
White with #31162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31162B; }
p { color: rgb(49,22,43); }
H1.HeaderClassName
{
color: #31162B;
}
.AnyTagClassName
{
color: #31162B;
}
</style>
background-color css
<style>
a { background-color: #31162B; }
a { background-color: rgb(49,22,43); }
div.DivClassName
{
background-color: #31162B;
}
.BgClassName
{
background-color: #31162B;
}
</style>
border-color css
<style>
span { border-color: #31162B; }
span { border-color: rgb(49,22,43); }
td.TdClassName
{
border-color: #31162B;
}
.TagClassName
{
border-color: #31162B;
}
</style>