Shades of Melanzane #3F1A36
Tints of Melanzane #3F1A36
RGB
CMYK
RGB Variations
Color information
#3F1A36 (or 0x3F1A36) is known color: Melanzane. HEX triplet: 3F, 1A and 36. RGB value is (63,26,54). Sum of RGB (Red+Green+Blue) = 63+26+54=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A36 is #C0E5C9. Grayscale: #282828. Windows color (decimal): -12641738 or 3545663. OLE color: 3545663.
HSL color Cylindrical-coordinate representation of color #3F1A36: hue angle of 314.59º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F1A36 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 54 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.75 |
| HSL | 314.59º | 0.42% | 0.17% | - |
| HSV(B) | 314.59º | 0.59% | 0.25% | - |
| XYZ | 3.09 | 2.06 | 3.73 | - |
| YUV | 40.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 54 | 0 | 0.59 | 0.14 | 0.75 | 314.59 | 0.42 | 0.17 |
| Hex | 3F | 1A | 36 | 0 | 3B | E | 4B | 13B | 2A | 11 |
| Octal | 77 | 32 | 66 | 0 | 73 | 16 | 113 | 473 | 52 | 21 |
| Binary | 111111 | 11010 | 110110 | 0 | 111011 | 1110 | 1001011 | 100111011 | 101010 | 10001 |
Color Harmonies of #3F1A36
Complementary color
Monochromatic Colors of #3F1A36
Black with #3F1A36
Text Example
Text Example
White with #3F1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A36; }
p { color: rgb(63,26,54); }
H1.HeaderClassName
{
color: #3F1A36;
}
.AnyTagClassName
{
color: #3F1A36;
}
</style>
background-color css
<style>
a { background-color: #3F1A36; }
a { background-color: rgb(63,26,54); }
div.DivClassName
{
background-color: #3F1A36;
}
.BgClassName
{
background-color: #3F1A36;
}
</style>
border-color css
<style>
span { border-color: #3F1A36; }
span { border-color: rgb(63,26,54); }
td.TdClassName
{
border-color: #3F1A36;
}
.TagClassName
{
border-color: #3F1A36;
}
</style>