Shades of Melanzane #3D1F37
Tints of Melanzane #3D1F37
RGB
CMYK
RGB Variations
Color information
#3D1F37 (or 0x3D1F37) is known color: Melanzane. HEX triplet: 3D, 1F and 37. RGB value is (61,31,55). Sum of RGB (Red+Green+Blue) = 61+31+55=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F37 is #C2E0C8. Grayscale: #2A2A2A. Windows color (decimal): -12771529 or 3612477. OLE color: 3612477.
HSL color Cylindrical-coordinate representation of color #3D1F37: hue angle of 312º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D1F37 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 31 | 55 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.76 |
| HSL | 312º | 0.33% | 0.18% | - |
| HSV(B) | 312º | 0.49% | 0.24% | - |
| XYZ | 3.1 | 2.25 | 3.88 | - |
| YUV | 42.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 55 | 0 | 0.49 | 0.10 | 0.76 | 312 | 0.33 | 0.18 |
| Hex | 3D | 1F | 37 | 0 | 31 | A | 4C | 138 | 21 | 12 |
| Octal | 75 | 37 | 67 | 0 | 61 | 12 | 114 | 470 | 41 | 22 |
| Binary | 111101 | 11111 | 110111 | 0 | 110001 | 1010 | 1001100 | 100111000 | 100001 | 10010 |
Color Harmonies of #3D1F37
Complementary color
Monochromatic Colors of #3D1F37
Black with #3D1F37
Text Example
Text Example
White with #3D1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F37; }
p { color: rgb(61,31,55); }
H1.HeaderClassName
{
color: #3D1F37;
}
.AnyTagClassName
{
color: #3D1F37;
}
</style>
background-color css
<style>
a { background-color: #3D1F37; }
a { background-color: rgb(61,31,55); }
div.DivClassName
{
background-color: #3D1F37;
}
.BgClassName
{
background-color: #3D1F37;
}
</style>
border-color css
<style>
span { border-color: #3D1F37; }
span { border-color: rgb(61,31,55); }
td.TdClassName
{
border-color: #3D1F37;
}
.TagClassName
{
border-color: #3D1F37;
}
</style>