Shades of Melanzane #31262D
Tints of Melanzane #31262D
RGB
CMYK
RGB Variations
Color information
#31262D (or 0x31262D) is known color: Melanzane. HEX triplet: 31, 26 and 2D. RGB value is (49,38,45). Sum of RGB (Red+Green+Blue) = 49+38+45=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #31262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31262D is #CED9D2. Grayscale: #2A2A2A. Windows color (decimal): -13556179 or 2958897. OLE color: 2958897.
HSL color Cylindrical-coordinate representation of color #31262D: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #31262D is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 38 | 45 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.81 |
| HSL | 321.82º | 0.13% | 0.17% | - |
| HSV(B) | 321.82º | 0.22% | 0.19% | - |
| XYZ | 2.43 | 2.23 | 2.78 | - |
| YUV | 42.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 45 | 0 | 0.22 | 0.08 | 0.81 | 321.82 | 0.13 | 0.17 |
| Hex | 31 | 26 | 2D | 0 | 16 | 8 | 51 | 142 | D | 11 |
| Octal | 61 | 46 | 55 | 0 | 26 | 10 | 121 | 502 | 15 | 21 |
| Binary | 110001 | 100110 | 101101 | 0 | 10110 | 1000 | 1010001 | 101000010 | 1101 | 10001 |
Color Harmonies of #31262D
Complementary color
Monochromatic Colors of #31262D
Black with #31262D
Text Example
Text Example
White with #31262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31262D; }
p { color: rgb(49,38,45); }
H1.HeaderClassName
{
color: #31262D;
}
.AnyTagClassName
{
color: #31262D;
}
</style>
background-color css
<style>
a { background-color: #31262D; }
a { background-color: rgb(49,38,45); }
div.DivClassName
{
background-color: #31262D;
}
.BgClassName
{
background-color: #31262D;
}
</style>
border-color css
<style>
span { border-color: #31262D; }
span { border-color: rgb(49,38,45); }
td.TdClassName
{
border-color: #31262D;
}
.TagClassName
{
border-color: #31262D;
}
</style>