Shades of Melanzane #3B1F36
Tints of Melanzane #3B1F36
RGB
CMYK
RGB Variations
Color information
#3B1F36 (or 0x3B1F36) is known color: Melanzane. HEX triplet: 3B, 1F and 36. RGB value is (59,31,54). Sum of RGB (Red+Green+Blue) = 59+31+54=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F36 is #C4E0C9. Grayscale: #292929. Windows color (decimal): -12902602 or 3546939. OLE color: 3546939.
HSL color Cylindrical-coordinate representation of color #3B1F36: hue angle of 310.71º 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 #3B1F36 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 54 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.77 |
| HSL | 310.71º | 0.31% | 0.18% | - |
| HSV(B) | 310.71º | 0.47% | 0.23% | - |
| XYZ | 2.96 | 2.18 | 3.75 | - |
| YUV | 41.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 54 | 0 | 0.47 | 0.08 | 0.77 | 310.71 | 0.31 | 0.18 |
| Hex | 3B | 1F | 36 | 0 | 2F | 8 | 4D | 137 | 1F | 12 |
| Octal | 73 | 37 | 66 | 0 | 57 | 10 | 115 | 467 | 37 | 22 |
| Binary | 111011 | 11111 | 110110 | 0 | 101111 | 1000 | 1001101 | 100110111 | 11111 | 10010 |
Color Harmonies of #3B1F36
Complementary color
Monochromatic Colors of #3B1F36
Black with #3B1F36
Text Example
Text Example
White with #3B1F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F36; }
p { color: rgb(59,31,54); }
H1.HeaderClassName
{
color: #3B1F36;
}
.AnyTagClassName
{
color: #3B1F36;
}
</style>
background-color css
<style>
a { background-color: #3B1F36; }
a { background-color: rgb(59,31,54); }
div.DivClassName
{
background-color: #3B1F36;
}
.BgClassName
{
background-color: #3B1F36;
}
</style>
border-color css
<style>
span { border-color: #3B1F36; }
span { border-color: rgb(59,31,54); }
td.TdClassName
{
border-color: #3B1F36;
}
.TagClassName
{
border-color: #3B1F36;
}
</style>