Shades of Melanzane #3A1B31
Tints of Melanzane #3A1B31
RGB
CMYK
RGB Variations
Color information
#3A1B31 (or 0x3A1B31) is known color: Melanzane. HEX triplet: 3A, 1B and 31. RGB value is (58,27,49). Sum of RGB (Red+Green+Blue) = 58+27+49=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1B31 is #C5E4CE. Grayscale: #262626. Windows color (decimal): -12969167 or 3218234. OLE color: 3218234.
HSL color Cylindrical-coordinate representation of color #3A1B31: hue angle of 317.42º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A1B31 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 27 | 49 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.77 |
| HSL | 317.42º | 0.36% | 0.17% | - |
| HSV(B) | 317.42º | 0.53% | 0.23% | - |
| XYZ | 2.69 | 1.91 | 3.13 | - |
| YUV | 38.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 49 | 0 | 0.53 | 0.16 | 0.77 | 317.42 | 0.36 | 0.17 |
| Hex | 3A | 1B | 31 | 0 | 35 | 10 | 4D | 13D | 24 | 11 |
| Octal | 72 | 33 | 61 | 0 | 65 | 20 | 115 | 475 | 44 | 21 |
| Binary | 111010 | 11011 | 110001 | 0 | 110101 | 10000 | 1001101 | 100111101 | 100100 | 10001 |
Color Harmonies of #3A1B31
Complementary color
Monochromatic Colors of #3A1B31
Black with #3A1B31
Text Example
Text Example
White with #3A1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B31; }
p { color: rgb(58,27,49); }
H1.HeaderClassName
{
color: #3A1B31;
}
.AnyTagClassName
{
color: #3A1B31;
}
</style>
background-color css
<style>
a { background-color: #3A1B31; }
a { background-color: rgb(58,27,49); }
div.DivClassName
{
background-color: #3A1B31;
}
.BgClassName
{
background-color: #3A1B31;
}
</style>
border-color css
<style>
span { border-color: #3A1B31; }
span { border-color: rgb(58,27,49); }
td.TdClassName
{
border-color: #3A1B31;
}
.TagClassName
{
border-color: #3A1B31;
}
</style>