Shades of Melanzane #37122F
Tints of Melanzane #37122F
RGB
CMYK
RGB Variations
Color information
#37122F (or 0x37122F) is known color: Melanzane. HEX triplet: 37, 12 and 2F. RGB value is (55,18,47). Sum of RGB (Red+Green+Blue) = 55+18+47=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37122F is #C8EDD0. Grayscale: #202020. Windows color (decimal): -13168081 or 3084855. OLE color: 3084855.
HSL color Cylindrical-coordinate representation of color #37122F: hue angle of 312.97º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37122F is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 18 | 47 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.78 |
| HSL | 312.97º | 0.51% | 0.14% | - |
| HSV(B) | 312.97º | 0.67% | 0.22% | - |
| XYZ | 2.3 | 1.45 | 2.85 | - |
| YUV | 32.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 47 | 0 | 0.67 | 0.15 | 0.78 | 312.97 | 0.51 | 0.14 |
| Hex | 37 | 12 | 2F | 0 | 43 | F | 4E | 139 | 33 | E |
| Octal | 67 | 22 | 57 | 0 | 103 | 17 | 116 | 471 | 63 | 16 |
| Binary | 110111 | 10010 | 101111 | 0 | 1000011 | 1111 | 1001110 | 100111001 | 110011 | 1110 |
Color Harmonies of #37122F
Complementary color
Monochromatic Colors of #37122F
Black with #37122F
Text Example
Text Example
White with #37122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37122F; }
p { color: rgb(55,18,47); }
H1.HeaderClassName
{
color: #37122F;
}
.AnyTagClassName
{
color: #37122F;
}
</style>
background-color css
<style>
a { background-color: #37122F; }
a { background-color: rgb(55,18,47); }
div.DivClassName
{
background-color: #37122F;
}
.BgClassName
{
background-color: #37122F;
}
</style>
border-color css
<style>
span { border-color: #37122F; }
span { border-color: rgb(55,18,47); }
td.TdClassName
{
border-color: #37122F;
}
.TagClassName
{
border-color: #37122F;
}
</style>