Shades of Melanzane #3F1C37
Tints of Melanzane #3F1C37
RGB
CMYK
RGB Variations
Color information
#3F1C37 (or 0x3F1C37) is known color: Melanzane. HEX triplet: 3F, 1C and 37. RGB value is (63,28,55). Sum of RGB (Red+Green+Blue) = 63+28+55=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C37 is #C0E3C8. Grayscale: #292929. Windows color (decimal): -12641225 or 3611711. OLE color: 3611711.
HSL color Cylindrical-coordinate representation of color #3F1C37: hue angle of 313.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F1C37 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 28 | 55 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.75 |
| HSL | 313.71º | 0.38% | 0.18% | - |
| HSV(B) | 313.71º | 0.56% | 0.25% | - |
| XYZ | 3.15 | 2.16 | 3.87 | - |
| YUV | 41.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 55 | 0 | 0.56 | 0.13 | 0.75 | 313.71 | 0.38 | 0.18 |
| Hex | 3F | 1C | 37 | 0 | 38 | D | 4B | 13A | 26 | 12 |
| Octal | 77 | 34 | 67 | 0 | 70 | 15 | 113 | 472 | 46 | 22 |
| Binary | 111111 | 11100 | 110111 | 0 | 111000 | 1101 | 1001011 | 100111010 | 100110 | 10010 |
Color Harmonies of #3F1C37
Complementary color
Monochromatic Colors of #3F1C37
Black with #3F1C37
Text Example
Text Example
White with #3F1C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1C37; }
p { color: rgb(63,28,55); }
H1.HeaderClassName
{
color: #3F1C37;
}
.AnyTagClassName
{
color: #3F1C37;
}
</style>
background-color css
<style>
a { background-color: #3F1C37; }
a { background-color: rgb(63,28,55); }
div.DivClassName
{
background-color: #3F1C37;
}
.BgClassName
{
background-color: #3F1C37;
}
</style>
border-color css
<style>
span { border-color: #3F1C37; }
span { border-color: rgb(63,28,55); }
td.TdClassName
{
border-color: #3F1C37;
}
.TagClassName
{
border-color: #3F1C37;
}
</style>