Shades of Melanzane #3E1B35
Tints of Melanzane #3E1B35
RGB
CMYK
RGB Variations
Color information
#3E1B35 (or 0x3E1B35) is known color: Melanzane. HEX triplet: 3E, 1B and 35. RGB value is (62,27,53). Sum of RGB (Red+Green+Blue) = 62+27+53=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B35 is #C1E4CA. Grayscale: #282828. Windows color (decimal): -12707019 or 3480382. OLE color: 3480382.
HSL color Cylindrical-coordinate representation of color #3E1B35: hue angle of 315.43º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E1B35 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 53 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.76 |
| HSL | 315.43º | 0.39% | 0.17% | - |
| HSV(B) | 315.43º | 0.56% | 0.24% | - |
| XYZ | 3.02 | 2.07 | 3.61 | - |
| YUV | 40.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 53 | 0 | 0.56 | 0.15 | 0.76 | 315.43 | 0.39 | 0.17 |
| Hex | 3E | 1B | 35 | 0 | 38 | F | 4C | 13B | 27 | 11 |
| Octal | 76 | 33 | 65 | 0 | 70 | 17 | 114 | 473 | 47 | 21 |
| Binary | 111110 | 11011 | 110101 | 0 | 111000 | 1111 | 1001100 | 100111011 | 100111 | 10001 |
Color Harmonies of #3E1B35
Complementary color
Monochromatic Colors of #3E1B35
Black with #3E1B35
Text Example
Text Example
White with #3E1B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B35; }
p { color: rgb(62,27,53); }
H1.HeaderClassName
{
color: #3E1B35;
}
.AnyTagClassName
{
color: #3E1B35;
}
</style>
background-color css
<style>
a { background-color: #3E1B35; }
a { background-color: rgb(62,27,53); }
div.DivClassName
{
background-color: #3E1B35;
}
.BgClassName
{
background-color: #3E1B35;
}
</style>
border-color css
<style>
span { border-color: #3E1B35; }
span { border-color: rgb(62,27,53); }
td.TdClassName
{
border-color: #3E1B35;
}
.TagClassName
{
border-color: #3E1B35;
}
</style>