Shades of Mardi Gras #3B1F39
Tints of Mardi Gras #3B1F39
RGB
CMYK
RGB Variations
Color information
#3B1F39 (or 0x3B1F39) is known color: Mardi Gras. HEX triplet: 3B, 1F and 39. RGB value is (59,31,57). Sum of RGB (Red+Green+Blue) = 59+31+57=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F39 is #C4E0C6. Grayscale: #2A2A2A. Windows color (decimal): -12902599 or 3743547. OLE color: 3743547.
HSL color Cylindrical-coordinate representation of color #3B1F39: hue angle of 304.29º 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 #3B1F39 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 57 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.77 |
| HSL | 304.29º | 0.31% | 0.18% | - |
| HSV(B) | 304.29º | 0.47% | 0.23% | - |
| XYZ | 3.03 | 2.21 | 4.14 | - |
| YUV | 42.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 57 | 0 | 0.47 | 0.03 | 0.77 | 304.29 | 0.31 | 0.18 |
| Hex | 3B | 1F | 39 | 0 | 2F | 3 | 4D | 130 | 1F | 12 |
| Octal | 73 | 37 | 71 | 0 | 57 | 3 | 115 | 460 | 37 | 22 |
| Binary | 111011 | 11111 | 111001 | 0 | 101111 | 11 | 1001101 | 100110000 | 11111 | 10010 |
Color Harmonies of #3B1F39
Complementary color
Monochromatic Colors of #3B1F39
Black with #3B1F39
Text Example
Text Example
White with #3B1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F39; }
p { color: rgb(59,31,57); }
H1.HeaderClassName
{
color: #3B1F39;
}
.AnyTagClassName
{
color: #3B1F39;
}
</style>
background-color css
<style>
a { background-color: #3B1F39; }
a { background-color: rgb(59,31,57); }
div.DivClassName
{
background-color: #3B1F39;
}
.BgClassName
{
background-color: #3B1F39;
}
</style>
border-color css
<style>
span { border-color: #3B1F39; }
span { border-color: rgb(59,31,57); }
td.TdClassName
{
border-color: #3B1F39;
}
.TagClassName
{
border-color: #3B1F39;
}
</style>