Shades of Melanzane #31132B
Tints of Melanzane #31132B
RGB
CMYK
RGB Variations
Color information
#31132B (or 0x31132B) is known color: Melanzane. HEX triplet: 31, 13 and 2B. RGB value is (49,19,43). Sum of RGB (Red+Green+Blue) = 49+19+43=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #31132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31132B is #CEECD4. Grayscale: #1E1E1E. Windows color (decimal): -13561045 or 2822961. OLE color: 2822961.
HSL color Cylindrical-coordinate representation of color #31132B: hue angle of 312º 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 #31132B is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 43 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.81 |
| HSL | 312º | 0.44% | 0.13% | - |
| HSV(B) | 312º | 0.61% | 0.19% | - |
| XYZ | 1.94 | 1.29 | 2.43 | - |
| YUV | 30.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 43 | 0 | 0.61 | 0.12 | 0.81 | 312 | 0.44 | 0.13 |
| Hex | 31 | 13 | 2B | 0 | 3D | C | 51 | 138 | 2C | D |
| Octal | 61 | 23 | 53 | 0 | 75 | 14 | 121 | 470 | 54 | 15 |
| Binary | 110001 | 10011 | 101011 | 0 | 111101 | 1100 | 1010001 | 100111000 | 101100 | 1101 |
Color Harmonies of #31132B
Complementary color
Monochromatic Colors of #31132B
Black with #31132B
Text Example
Text Example
White with #31132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31132B; }
p { color: rgb(49,19,43); }
H1.HeaderClassName
{
color: #31132B;
}
.AnyTagClassName
{
color: #31132B;
}
</style>
background-color css
<style>
a { background-color: #31132B; }
a { background-color: rgb(49,19,43); }
div.DivClassName
{
background-color: #31132B;
}
.BgClassName
{
background-color: #31132B;
}
</style>
border-color css
<style>
span { border-color: #31132B; }
span { border-color: rgb(49,19,43); }
td.TdClassName
{
border-color: #31132B;
}
.TagClassName
{
border-color: #31132B;
}
</style>