Shades of Melanzane #31122B
Tints of Melanzane #31122B
RGB
CMYK
RGB Variations
Color information
#31122B (or 0x31122B) is known color: Melanzane. HEX triplet: 31, 12 and 2B. RGB value is (49,18,43). Sum of RGB (Red+Green+Blue) = 49+18+43=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31122B is #CEEDD4. Grayscale: #1E1E1E. Windows color (decimal): -13561301 or 2822705. OLE color: 2822705.
HSL color Cylindrical-coordinate representation of color #31122B: hue angle of 311.61º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31122B is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 43 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.81 |
| HSL | 311.61º | 0.46% | 0.13% | - |
| HSV(B) | 311.61º | 0.63% | 0.19% | - |
| XYZ | 1.92 | 1.26 | 2.43 | - |
| YUV | 30.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 43 | 0 | 0.63 | 0.12 | 0.81 | 311.61 | 0.46 | 0.13 |
| Hex | 31 | 12 | 2B | 0 | 3F | C | 51 | 138 | 2E | D |
| Octal | 61 | 22 | 53 | 0 | 77 | 14 | 121 | 470 | 56 | 15 |
| Binary | 110001 | 10010 | 101011 | 0 | 111111 | 1100 | 1010001 | 100111000 | 101110 | 1101 |
Color Harmonies of #31122B
Complementary color
Monochromatic Colors of #31122B
Black with #31122B
Text Example
Text Example
White with #31122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31122B; }
p { color: rgb(49,18,43); }
H1.HeaderClassName
{
color: #31122B;
}
.AnyTagClassName
{
color: #31122B;
}
</style>
background-color css
<style>
a { background-color: #31122B; }
a { background-color: rgb(49,18,43); }
div.DivClassName
{
background-color: #31122B;
}
.BgClassName
{
background-color: #31122B;
}
</style>
border-color css
<style>
span { border-color: #31122B; }
span { border-color: rgb(49,18,43); }
td.TdClassName
{
border-color: #31122B;
}
.TagClassName
{
border-color: #31122B;
}
</style>