Shades of Melanzane #3B1F31
Tints of Melanzane #3B1F31
RGB
CMYK
RGB Variations
Color information
#3B1F31 (or 0x3B1F31) is known color: Melanzane. HEX triplet: 3B, 1F and 31. RGB value is (59,31,49). Sum of RGB (Red+Green+Blue) = 59+31+49=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F31 is #C4E0CE. Grayscale: #292929. Windows color (decimal): -12902607 or 3219259. OLE color: 3219259.
HSL color Cylindrical-coordinate representation of color #3B1F31: hue angle of 321.43º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B1F31 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 49 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.77 |
| HSL | 321.43º | 0.31% | 0.18% | - |
| HSV(B) | 321.43º | 0.47% | 0.23% | - |
| XYZ | 2.85 | 2.13 | 3.17 | - |
| YUV | 41.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 49 | 0 | 0.47 | 0.17 | 0.77 | 321.43 | 0.31 | 0.18 |
| Hex | 3B | 1F | 31 | 0 | 2F | 11 | 4D | 141 | 1F | 12 |
| Octal | 73 | 37 | 61 | 0 | 57 | 21 | 115 | 501 | 37 | 22 |
| Binary | 111011 | 11111 | 110001 | 0 | 101111 | 10001 | 1001101 | 101000001 | 11111 | 10010 |
Color Harmonies of #3B1F31
Complementary color
Monochromatic Colors of #3B1F31
Black with #3B1F31
Text Example
Text Example
White with #3B1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F31; }
p { color: rgb(59,31,49); }
H1.HeaderClassName
{
color: #3B1F31;
}
.AnyTagClassName
{
color: #3B1F31;
}
</style>
background-color css
<style>
a { background-color: #3B1F31; }
a { background-color: rgb(59,31,49); }
div.DivClassName
{
background-color: #3B1F31;
}
.BgClassName
{
background-color: #3B1F31;
}
</style>
border-color css
<style>
span { border-color: #3B1F31; }
span { border-color: rgb(59,31,49); }
td.TdClassName
{
border-color: #3B1F31;
}
.TagClassName
{
border-color: #3B1F31;
}
</style>