Shades of Melanzane #31102A
Tints of Melanzane #31102A
RGB
CMYK
RGB Variations
Color information
#31102A (or 0x31102A) is known color: Melanzane. HEX triplet: 31, 10 and 2A. RGB value is (49,16,42). Sum of RGB (Red+Green+Blue) = 49+16+42=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #31102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31102A is #CEEFD5. Grayscale: #1C1C1C. Windows color (decimal): -13561814 or 2756657. OLE color: 2756657.
HSL color Cylindrical-coordinate representation of color #31102A: hue angle of 312.73º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31102A is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 42 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.81 |
| HSL | 312.73º | 0.51% | 0.13% | - |
| HSV(B) | 312.73º | 0.67% | 0.19% | - |
| XYZ | 1.87 | 1.19 | 2.32 | - |
| YUV | 28.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 42 | 0 | 0.67 | 0.14 | 0.81 | 312.73 | 0.51 | 0.13 |
| Hex | 31 | 10 | 2A | 0 | 43 | E | 51 | 139 | 33 | D |
| Octal | 61 | 20 | 52 | 0 | 103 | 16 | 121 | 471 | 63 | 15 |
| Binary | 110001 | 10000 | 101010 | 0 | 1000011 | 1110 | 1010001 | 100111001 | 110011 | 1101 |
Color Harmonies of #31102A
Complementary color
Monochromatic Colors of #31102A
Black with #31102A
Text Example
Text Example
White with #31102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31102A; }
p { color: rgb(49,16,42); }
H1.HeaderClassName
{
color: #31102A;
}
.AnyTagClassName
{
color: #31102A;
}
</style>
background-color css
<style>
a { background-color: #31102A; }
a { background-color: rgb(49,16,42); }
div.DivClassName
{
background-color: #31102A;
}
.BgClassName
{
background-color: #31102A;
}
</style>
border-color css
<style>
span { border-color: #31102A; }
span { border-color: rgb(49,16,42); }
td.TdClassName
{
border-color: #31102A;
}
.TagClassName
{
border-color: #31102A;
}
</style>