Shades of Melanzane #3B1E35
Tints of Melanzane #3B1E35
RGB
CMYK
RGB Variations
Color information
#3B1E35 (or 0x3B1E35) is known color: Melanzane. HEX triplet: 3B, 1E and 35. RGB value is (59,30,53). Sum of RGB (Red+Green+Blue) = 59+30+53=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1E35 is #C4E1CA. Grayscale: #292929. Windows color (decimal): -12902859 or 3481147. OLE color: 3481147.
HSL color Cylindrical-coordinate representation of color #3B1E35: hue angle of 312.41º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B1E35 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 53 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.77 |
| HSL | 312.41º | 0.33% | 0.17% | - |
| HSV(B) | 312.41º | 0.49% | 0.23% | - |
| XYZ | 2.91 | 2.12 | 3.62 | - |
| YUV | 41.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 53 | 0 | 0.49 | 0.10 | 0.77 | 312.41 | 0.33 | 0.17 |
| Hex | 3B | 1E | 35 | 0 | 31 | A | 4D | 138 | 21 | 11 |
| Octal | 73 | 36 | 65 | 0 | 61 | 12 | 115 | 470 | 41 | 21 |
| Binary | 111011 | 11110 | 110101 | 0 | 110001 | 1010 | 1001101 | 100111000 | 100001 | 10001 |
Color Harmonies of #3B1E35
Complementary color
Monochromatic Colors of #3B1E35
Black with #3B1E35
Text Example
Text Example
White with #3B1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E35; }
p { color: rgb(59,30,53); }
H1.HeaderClassName
{
color: #3B1E35;
}
.AnyTagClassName
{
color: #3B1E35;
}
</style>
background-color css
<style>
a { background-color: #3B1E35; }
a { background-color: rgb(59,30,53); }
div.DivClassName
{
background-color: #3B1E35;
}
.BgClassName
{
background-color: #3B1E35;
}
</style>
border-color css
<style>
span { border-color: #3B1E35; }
span { border-color: rgb(59,30,53); }
td.TdClassName
{
border-color: #3B1E35;
}
.TagClassName
{
border-color: #3B1E35;
}
</style>