Shades of Melanzane #31202B
Tints of Melanzane #31202B
RGB
CMYK
RGB Variations
Color information
#31202B (or 0x31202B) is known color: Melanzane. HEX triplet: 31, 20 and 2B. RGB value is (49,32,43). Sum of RGB (Red+Green+Blue) = 49+32+43=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #31202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31202B is #CEDFD4. Grayscale: #262626. Windows color (decimal): -13557717 or 2826289. OLE color: 2826289.
HSL color Cylindrical-coordinate representation of color #31202B: hue angle of 321.18º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31202B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 43 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.81 |
| HSL | 321.18º | 0.21% | 0.16% | - |
| HSV(B) | 321.18º | 0.35% | 0.19% | - |
| XYZ | 2.22 | 1.86 | 2.53 | - |
| YUV | 38.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 43 | 0 | 0.35 | 0.12 | 0.81 | 321.18 | 0.21 | 0.16 |
| Hex | 31 | 20 | 2B | 0 | 23 | C | 51 | 141 | 15 | 10 |
| Octal | 61 | 40 | 53 | 0 | 43 | 14 | 121 | 501 | 25 | 20 |
| Binary | 110001 | 100000 | 101011 | 0 | 100011 | 1100 | 1010001 | 101000001 | 10101 | 10000 |
Color Harmonies of #31202B
Complementary color
Monochromatic Colors of #31202B
Black with #31202B
Text Example
Text Example
White with #31202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31202B; }
p { color: rgb(49,32,43); }
H1.HeaderClassName
{
color: #31202B;
}
.AnyTagClassName
{
color: #31202B;
}
</style>
background-color css
<style>
a { background-color: #31202B; }
a { background-color: rgb(49,32,43); }
div.DivClassName
{
background-color: #31202B;
}
.BgClassName
{
background-color: #31202B;
}
</style>
border-color css
<style>
span { border-color: #31202B; }
span { border-color: rgb(49,32,43); }
td.TdClassName
{
border-color: #31202B;
}
.TagClassName
{
border-color: #31202B;
}
</style>