Shades of Melanzane #3F2739
Tints of Melanzane #3F2739
RGB
CMYK
RGB Variations
Color information
#3F2739 (or 0x3F2739) is known color: Melanzane. HEX triplet: 3F, 27 and 39. RGB value is (63,39,57). Sum of RGB (Red+Green+Blue) = 63+39+57=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2739 is #C0D8C6. Grayscale: #303030. Windows color (decimal): -12638407 or 3745599. OLE color: 3745599.
HSL color Cylindrical-coordinate representation of color #3F2739: hue angle of 315º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F2739 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 57 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.75 |
| HSL | 315º | 0.24% | 0.2% | - |
| HSV(B) | 315º | 0.38% | 0.25% | - |
| XYZ | 3.51 | 2.8 | 4.23 | - |
| YUV | 48.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 57 | 0 | 0.38 | 0.10 | 0.75 | 315 | 0.24 | 0.2 |
| Hex | 3F | 27 | 39 | 0 | 26 | A | 4B | 13B | 18 | 14 |
| Octal | 77 | 47 | 71 | 0 | 46 | 12 | 113 | 473 | 30 | 24 |
| Binary | 111111 | 100111 | 111001 | 0 | 100110 | 1010 | 1001011 | 100111011 | 11000 | 10100 |
Color Harmonies of #3F2739
Complementary color
Monochromatic Colors of #3F2739
Black with #3F2739
Text Example
Text Example
White with #3F2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2739; }
p { color: rgb(63,39,57); }
H1.HeaderClassName
{
color: #3F2739;
}
.AnyTagClassName
{
color: #3F2739;
}
</style>
background-color css
<style>
a { background-color: #3F2739; }
a { background-color: rgb(63,39,57); }
div.DivClassName
{
background-color: #3F2739;
}
.BgClassName
{
background-color: #3F2739;
}
</style>
border-color css
<style>
span { border-color: #3F2739; }
span { border-color: rgb(63,39,57); }
td.TdClassName
{
border-color: #3F2739;
}
.TagClassName
{
border-color: #3F2739;
}
</style>