Shades of Melanzane #31232B
Tints of Melanzane #31232B
RGB
CMYK
RGB Variations
Color information
#31232B (or 0x31232B) is known color: Melanzane. HEX triplet: 31, 23 and 2B. RGB value is (49,35,43). Sum of RGB (Red+Green+Blue) = 49+35+43=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #31232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31232B is #CEDCD4. Grayscale: #282828. Windows color (decimal): -13556949 or 2827057. OLE color: 2827057.
HSL color Cylindrical-coordinate representation of color #31232B: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #31232B is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 43 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.81 |
| HSL | 325.71º | 0.17% | 0.16% | - |
| HSV(B) | 325.71º | 0.29% | 0.19% | - |
| XYZ | 2.3 | 2.03 | 2.56 | - |
| YUV | 40.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 43 | 0 | 0.29 | 0.12 | 0.81 | 325.71 | 0.17 | 0.16 |
| Hex | 31 | 23 | 2B | 0 | 1D | C | 51 | 146 | 11 | 10 |
| Octal | 61 | 43 | 53 | 0 | 35 | 14 | 121 | 506 | 21 | 20 |
| Binary | 110001 | 100011 | 101011 | 0 | 11101 | 1100 | 1010001 | 101000110 | 10001 | 10000 |
Color Harmonies of #31232B
Complementary color
Monochromatic Colors of #31232B
Black with #31232B
Text Example
Text Example
White with #31232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31232B; }
p { color: rgb(49,35,43); }
H1.HeaderClassName
{
color: #31232B;
}
.AnyTagClassName
{
color: #31232B;
}
</style>
background-color css
<style>
a { background-color: #31232B; }
a { background-color: rgb(49,35,43); }
div.DivClassName
{
background-color: #31232B;
}
.BgClassName
{
background-color: #31232B;
}
</style>
border-color css
<style>
span { border-color: #31232B; }
span { border-color: rgb(49,35,43); }
td.TdClassName
{
border-color: #31232B;
}
.TagClassName
{
border-color: #31232B;
}
</style>