Shades of Melanzane #3F2039
Tints of Melanzane #3F2039
RGB
CMYK
RGB Variations
Color information
#3F2039 (or 0x3F2039) is known color: Melanzane. HEX triplet: 3F, 20 and 39. RGB value is (63,32,57). Sum of RGB (Red+Green+Blue) = 63+32+57=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2039 is #C0DFC6. Grayscale: #2C2C2C. Windows color (decimal): -12640199 or 3743807. OLE color: 3743807.
HSL color Cylindrical-coordinate representation of color #3F2039: hue angle of 311.61º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2039 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 32 | 57 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.75 |
| HSL | 311.61º | 0.33% | 0.19% | - |
| HSV(B) | 311.61º | 0.49% | 0.25% | - |
| XYZ | 3.3 | 2.39 | 4.16 | - |
| YUV | 44.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 57 | 0 | 0.49 | 0.10 | 0.75 | 311.61 | 0.33 | 0.19 |
| Hex | 3F | 20 | 39 | 0 | 31 | A | 4B | 138 | 21 | 13 |
| Octal | 77 | 40 | 71 | 0 | 61 | 12 | 113 | 470 | 41 | 23 |
| Binary | 111111 | 100000 | 111001 | 0 | 110001 | 1010 | 1001011 | 100111000 | 100001 | 10011 |
Color Harmonies of #3F2039
Complementary color
Monochromatic Colors of #3F2039
Black with #3F2039
Text Example
Text Example
White with #3F2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2039; }
p { color: rgb(63,32,57); }
H1.HeaderClassName
{
color: #3F2039;
}
.AnyTagClassName
{
color: #3F2039;
}
</style>
background-color css
<style>
a { background-color: #3F2039; }
a { background-color: rgb(63,32,57); }
div.DivClassName
{
background-color: #3F2039;
}
.BgClassName
{
background-color: #3F2039;
}
</style>
border-color css
<style>
span { border-color: #3F2039; }
span { border-color: rgb(63,32,57); }
td.TdClassName
{
border-color: #3F2039;
}
.TagClassName
{
border-color: #3F2039;
}
</style>