Shades of Melanzane #3E1A36
Tints of Melanzane #3E1A36
RGB
CMYK
RGB Variations
Color information
#3E1A36 (or 0x3E1A36) is known color: Melanzane. HEX triplet: 3E, 1A and 36. RGB value is (62,26,54). Sum of RGB (Red+Green+Blue) = 62+26+54=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A36 is #C1E5C9. Grayscale: #272727. Windows color (decimal): -12707274 or 3545662. OLE color: 3545662.
HSL color Cylindrical-coordinate representation of color #3E1A36: hue angle of 313.33º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E1A36 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 26 | 54 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.76 |
| HSL | 313.33º | 0.41% | 0.17% | - |
| HSV(B) | 313.33º | 0.58% | 0.24% | - |
| XYZ | 3.02 | 2.03 | 3.72 | - |
| YUV | 39.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 54 | 0 | 0.58 | 0.13 | 0.76 | 313.33 | 0.41 | 0.17 |
| Hex | 3E | 1A | 36 | 0 | 3A | D | 4C | 139 | 29 | 11 |
| Octal | 76 | 32 | 66 | 0 | 72 | 15 | 114 | 471 | 51 | 21 |
| Binary | 111110 | 11010 | 110110 | 0 | 111010 | 1101 | 1001100 | 100111001 | 101001 | 10001 |
Color Harmonies of #3E1A36
Complementary color
Monochromatic Colors of #3E1A36
Black with #3E1A36
Text Example
Text Example
White with #3E1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A36; }
p { color: rgb(62,26,54); }
H1.HeaderClassName
{
color: #3E1A36;
}
.AnyTagClassName
{
color: #3E1A36;
}
</style>
background-color css
<style>
a { background-color: #3E1A36; }
a { background-color: rgb(62,26,54); }
div.DivClassName
{
background-color: #3E1A36;
}
.BgClassName
{
background-color: #3E1A36;
}
</style>
border-color css
<style>
span { border-color: #3E1A36; }
span { border-color: rgb(62,26,54); }
td.TdClassName
{
border-color: #3E1A36;
}
.TagClassName
{
border-color: #3E1A36;
}
</style>