Shades of Melanzane #3F1F37
Tints of Melanzane #3F1F37
RGB
CMYK
RGB Variations
Color information
#3F1F37 (or 0x3F1F37) is known color: Melanzane. HEX triplet: 3F, 1F and 37. RGB value is (63,31,55). Sum of RGB (Red+Green+Blue) = 63+31+55=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F37 is #C0E0C8. Grayscale: #2B2B2B. Windows color (decimal): -12640457 or 3612479. OLE color: 3612479.
HSL color Cylindrical-coordinate representation of color #3F1F37: hue angle of 315º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F1F37 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 55 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.75 |
| HSL | 315º | 0.34% | 0.18% | - |
| HSV(B) | 315º | 0.51% | 0.25% | - |
| XYZ | 3.23 | 2.31 | 3.89 | - |
| YUV | 43.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 55 | 0 | 0.51 | 0.13 | 0.75 | 315 | 0.34 | 0.18 |
| Hex | 3F | 1F | 37 | 0 | 33 | D | 4B | 13B | 22 | 12 |
| Octal | 77 | 37 | 67 | 0 | 63 | 15 | 113 | 473 | 42 | 22 |
| Binary | 111111 | 11111 | 110111 | 0 | 110011 | 1101 | 1001011 | 100111011 | 100010 | 10010 |
Color Harmonies of #3F1F37
Complementary color
Monochromatic Colors of #3F1F37
Black with #3F1F37
Text Example
Text Example
White with #3F1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F37; }
p { color: rgb(63,31,55); }
H1.HeaderClassName
{
color: #3F1F37;
}
.AnyTagClassName
{
color: #3F1F37;
}
</style>
background-color css
<style>
a { background-color: #3F1F37; }
a { background-color: rgb(63,31,55); }
div.DivClassName
{
background-color: #3F1F37;
}
.BgClassName
{
background-color: #3F1F37;
}
</style>
border-color css
<style>
span { border-color: #3F1F37; }
span { border-color: rgb(63,31,55); }
td.TdClassName
{
border-color: #3F1F37;
}
.TagClassName
{
border-color: #3F1F37;
}
</style>