Shades of Melanzane #371A2F
Tints of Melanzane #371A2F
RGB
CMYK
RGB Variations
Color information
#371A2F (or 0x371A2F) is known color: Melanzane. HEX triplet: 37, 1A and 2F. RGB value is (55,26,47). Sum of RGB (Red+Green+Blue) = 55+26+47=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #371A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A2F is #C8E5D0. Grayscale: #252525. Windows color (decimal): -13166033 or 3086903. OLE color: 3086903.
HSL color Cylindrical-coordinate representation of color #371A2F: hue angle of 316.55º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #371A2F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 47 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.78 |
| HSL | 316.55º | 0.36% | 0.16% | - |
| HSV(B) | 316.55º | 0.53% | 0.22% | - |
| XYZ | 2.46 | 1.76 | 2.9 | - |
| YUV | 37.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 47 | 0 | 0.53 | 0.15 | 0.78 | 316.55 | 0.36 | 0.16 |
| Hex | 37 | 1A | 2F | 0 | 35 | F | 4E | 13D | 24 | 10 |
| Octal | 67 | 32 | 57 | 0 | 65 | 17 | 116 | 475 | 44 | 20 |
| Binary | 110111 | 11010 | 101111 | 0 | 110101 | 1111 | 1001110 | 100111101 | 100100 | 10000 |
Color Harmonies of #371A2F
Complementary color
Monochromatic Colors of #371A2F
Black with #371A2F
Text Example
Text Example
White with #371A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A2F; }
p { color: rgb(55,26,47); }
H1.HeaderClassName
{
color: #371A2F;
}
.AnyTagClassName
{
color: #371A2F;
}
</style>
background-color css
<style>
a { background-color: #371A2F; }
a { background-color: rgb(55,26,47); }
div.DivClassName
{
background-color: #371A2F;
}
.BgClassName
{
background-color: #371A2F;
}
</style>
border-color css
<style>
span { border-color: #371A2F; }
span { border-color: rgb(55,26,47); }
td.TdClassName
{
border-color: #371A2F;
}
.TagClassName
{
border-color: #371A2F;
}
</style>