Shades of Melanzane #3F1F39
Tints of Melanzane #3F1F39
RGB
CMYK
RGB Variations
Color information
#3F1F39 (or 0x3F1F39) is known color: Melanzane. HEX triplet: 3F, 1F and 39. RGB value is (63,31,57). Sum of RGB (Red+Green+Blue) = 63+31+57=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F39 is #C0E0C6. Grayscale: #2B2B2B. Windows color (decimal): -12640455 or 3743551. OLE color: 3743551.
HSL color Cylindrical-coordinate representation of color #3F1F39: hue angle of 311.25º 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 #3F1F39 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 57 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.75 |
| HSL | 311.25º | 0.34% | 0.18% | - |
| HSV(B) | 311.25º | 0.51% | 0.25% | - |
| XYZ | 3.28 | 2.33 | 4.15 | - |
| YUV | 43.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 57 | 0 | 0.51 | 0.10 | 0.75 | 311.25 | 0.34 | 0.18 |
| Hex | 3F | 1F | 39 | 0 | 33 | A | 4B | 137 | 22 | 12 |
| Octal | 77 | 37 | 71 | 0 | 63 | 12 | 113 | 467 | 42 | 22 |
| Binary | 111111 | 11111 | 111001 | 0 | 110011 | 1010 | 1001011 | 100110111 | 100010 | 10010 |
Color Harmonies of #3F1F39
Complementary color
Monochromatic Colors of #3F1F39
Black with #3F1F39
Text Example
Text Example
White with #3F1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F39; }
p { color: rgb(63,31,57); }
H1.HeaderClassName
{
color: #3F1F39;
}
.AnyTagClassName
{
color: #3F1F39;
}
</style>
background-color css
<style>
a { background-color: #3F1F39; }
a { background-color: rgb(63,31,57); }
div.DivClassName
{
background-color: #3F1F39;
}
.BgClassName
{
background-color: #3F1F39;
}
</style>
border-color css
<style>
span { border-color: #3F1F39; }
span { border-color: rgb(63,31,57); }
td.TdClassName
{
border-color: #3F1F39;
}
.TagClassName
{
border-color: #3F1F39;
}
</style>