Shades of Melanzane #3F2639
Tints of Melanzane #3F2639
RGB
CMYK
RGB Variations
Color information
#3F2639 (or 0x3F2639) is known color: Melanzane. HEX triplet: 3F, 26 and 39. RGB value is (63,38,57). Sum of RGB (Red+Green+Blue) = 63+38+57=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2639 is #C0D9C6. Grayscale: #2F2F2F. Windows color (decimal): -12638663 or 3745343. OLE color: 3745343.
HSL color Cylindrical-coordinate representation of color #3F2639: hue angle of 314.4º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2639 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 57 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.75 |
| HSL | 314.4º | 0.25% | 0.2% | - |
| HSV(B) | 314.4º | 0.4% | 0.25% | - |
| XYZ | 3.48 | 2.74 | 4.22 | - |
| YUV | 47.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 57 | 0 | 0.40 | 0.10 | 0.75 | 314.4 | 0.25 | 0.2 |
| Hex | 3F | 26 | 39 | 0 | 28 | A | 4B | 13A | 19 | 14 |
| Octal | 77 | 46 | 71 | 0 | 50 | 12 | 113 | 472 | 31 | 24 |
| Binary | 111111 | 100110 | 111001 | 0 | 101000 | 1010 | 1001011 | 100111010 | 11001 | 10100 |
Color Harmonies of #3F2639
Complementary color
Monochromatic Colors of #3F2639
Black with #3F2639
Text Example
Text Example
White with #3F2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2639; }
p { color: rgb(63,38,57); }
H1.HeaderClassName
{
color: #3F2639;
}
.AnyTagClassName
{
color: #3F2639;
}
</style>
background-color css
<style>
a { background-color: #3F2639; }
a { background-color: rgb(63,38,57); }
div.DivClassName
{
background-color: #3F2639;
}
.BgClassName
{
background-color: #3F2639;
}
</style>
border-color css
<style>
span { border-color: #3F2639; }
span { border-color: rgb(63,38,57); }
td.TdClassName
{
border-color: #3F2639;
}
.TagClassName
{
border-color: #3F2639;
}
</style>