Shades of Melanzane #31142A
Tints of Melanzane #31142A
RGB
CMYK
RGB Variations
Color information
#31142A (or 0x31142A) is known color: Melanzane. HEX triplet: 31, 14 and 2A. RGB value is (49,20,42). Sum of RGB (Red+Green+Blue) = 49+20+42=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #31142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31142A is #CEEBD5. Grayscale: #1F1F1F. Windows color (decimal): -13560790 or 2757681. OLE color: 2757681.
HSL color Cylindrical-coordinate representation of color #31142A: hue angle of 314.48º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31142A is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 20 | 42 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.81 |
| HSL | 314.48º | 0.42% | 0.14% | - |
| HSV(B) | 314.48º | 0.59% | 0.19% | - |
| XYZ | 1.93 | 1.32 | 2.34 | - |
| YUV | 31.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 42 | 0 | 0.59 | 0.14 | 0.81 | 314.48 | 0.42 | 0.14 |
| Hex | 31 | 14 | 2A | 0 | 3B | E | 51 | 13A | 2A | E |
| Octal | 61 | 24 | 52 | 0 | 73 | 16 | 121 | 472 | 52 | 16 |
| Binary | 110001 | 10100 | 101010 | 0 | 111011 | 1110 | 1010001 | 100111010 | 101010 | 1110 |
Color Harmonies of #31142A
Complementary color
Monochromatic Colors of #31142A
Black with #31142A
Text Example
Text Example
White with #31142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31142A; }
p { color: rgb(49,20,42); }
H1.HeaderClassName
{
color: #31142A;
}
.AnyTagClassName
{
color: #31142A;
}
</style>
background-color css
<style>
a { background-color: #31142A; }
a { background-color: rgb(49,20,42); }
div.DivClassName
{
background-color: #31142A;
}
.BgClassName
{
background-color: #31142A;
}
</style>
border-color css
<style>
span { border-color: #31142A; }
span { border-color: rgb(49,20,42); }
td.TdClassName
{
border-color: #31142A;
}
.TagClassName
{
border-color: #31142A;
}
</style>