Shades of Melanzane #3F1D37
Tints of Melanzane #3F1D37
RGB
CMYK
RGB Variations
Color information
#3F1D37 (or 0x3F1D37) is known color: Melanzane. HEX triplet: 3F, 1D and 37. RGB value is (63,29,55). Sum of RGB (Red+Green+Blue) = 63+29+55=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D37 is #C0E2C8. Grayscale: #2A2A2A. Windows color (decimal): -12640969 or 3611967. OLE color: 3611967.
HSL color Cylindrical-coordinate representation of color #3F1D37: hue angle of 314.12º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F1D37 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 55 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.75 |
| HSL | 314.12º | 0.37% | 0.18% | - |
| HSV(B) | 314.12º | 0.54% | 0.25% | - |
| XYZ | 3.18 | 2.21 | 3.87 | - |
| YUV | 42.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 55 | 0 | 0.54 | 0.13 | 0.75 | 314.12 | 0.37 | 0.18 |
| Hex | 3F | 1D | 37 | 0 | 36 | D | 4B | 13A | 25 | 12 |
| Octal | 77 | 35 | 67 | 0 | 66 | 15 | 113 | 472 | 45 | 22 |
| Binary | 111111 | 11101 | 110111 | 0 | 110110 | 1101 | 1001011 | 100111010 | 100101 | 10010 |
Color Harmonies of #3F1D37
Complementary color
Monochromatic Colors of #3F1D37
Black with #3F1D37
Text Example
Text Example
White with #3F1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D37; }
p { color: rgb(63,29,55); }
H1.HeaderClassName
{
color: #3F1D37;
}
.AnyTagClassName
{
color: #3F1D37;
}
</style>
background-color css
<style>
a { background-color: #3F1D37; }
a { background-color: rgb(63,29,55); }
div.DivClassName
{
background-color: #3F1D37;
}
.BgClassName
{
background-color: #3F1D37;
}
</style>
border-color css
<style>
span { border-color: #3F1D37; }
span { border-color: rgb(63,29,55); }
td.TdClassName
{
border-color: #3F1D37;
}
.TagClassName
{
border-color: #3F1D37;
}
</style>