Shades of Mardi Gras #3B2137
Tints of Mardi Gras #3B2137
RGB
CMYK
RGB Variations
Color information
#3B2137 (or 0x3B2137) is known color: Mardi Gras. HEX triplet: 3B, 21 and 37. RGB value is (59,33,55). Sum of RGB (Red+Green+Blue) = 59+33+55=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2137 is #C4DEC8. Grayscale: #2B2B2B. Windows color (decimal): -12902089 or 3612987. OLE color: 3612987.
HSL color Cylindrical-coordinate representation of color #3B2137: hue angle of 309.23º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2137 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 55 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.77 |
| HSL | 309.23º | 0.28% | 0.18% | - |
| HSV(B) | 309.23º | 0.44% | 0.23% | - |
| XYZ | 3.04 | 2.29 | 3.9 | - |
| YUV | 43.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 55 | 0 | 0.44 | 0.07 | 0.77 | 309.23 | 0.28 | 0.18 |
| Hex | 3B | 21 | 37 | 0 | 2C | 7 | 4D | 135 | 1C | 12 |
| Octal | 73 | 41 | 67 | 0 | 54 | 7 | 115 | 465 | 34 | 22 |
| Binary | 111011 | 100001 | 110111 | 0 | 101100 | 111 | 1001101 | 100110101 | 11100 | 10010 |
Color Harmonies of #3B2137
Complementary color
Monochromatic Colors of #3B2137
Black with #3B2137
Text Example
Text Example
White with #3B2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2137; }
p { color: rgb(59,33,55); }
H1.HeaderClassName
{
color: #3B2137;
}
.AnyTagClassName
{
color: #3B2137;
}
</style>
background-color css
<style>
a { background-color: #3B2137; }
a { background-color: rgb(59,33,55); }
div.DivClassName
{
background-color: #3B2137;
}
.BgClassName
{
background-color: #3B2137;
}
</style>
border-color css
<style>
span { border-color: #3B2137; }
span { border-color: rgb(59,33,55); }
td.TdClassName
{
border-color: #3B2137;
}
.TagClassName
{
border-color: #3B2137;
}
</style>