Shades of Mardi Gras #3B1037
Tints of Mardi Gras #3B1037
RGB
CMYK
RGB Variations
Color information
#3B1037 (or 0x3B1037) is known color: Mardi Gras. HEX triplet: 3B, 10 and 37. RGB value is (59,16,55). Sum of RGB (Red+Green+Blue) = 59+16+55=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1037 is #C4EFC8. Grayscale: #212121. Windows color (decimal): -12906441 or 3608635. OLE color: 3608635.
HSL color Cylindrical-coordinate representation of color #3B1037: hue angle of 305.58º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1037 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 16 | 55 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.77 |
| HSL | 305.58º | 0.57% | 0.15% | - |
| HSV(B) | 305.58º | 0.73% | 0.23% | - |
| XYZ | 2.68 | 1.58 | 3.78 | - |
| YUV | 33.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 55 | 0 | 0.73 | 0.07 | 0.77 | 305.58 | 0.57 | 0.15 |
| Hex | 3B | 10 | 37 | 0 | 49 | 7 | 4D | 132 | 39 | F |
| Octal | 73 | 20 | 67 | 0 | 111 | 7 | 115 | 462 | 71 | 17 |
| Binary | 111011 | 10000 | 110111 | 0 | 1001001 | 111 | 1001101 | 100110010 | 111001 | 1111 |
Color Harmonies of #3B1037
Complementary color
Monochromatic Colors of #3B1037
Black with #3B1037
Text Example
Text Example
White with #3B1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1037; }
p { color: rgb(59,16,55); }
H1.HeaderClassName
{
color: #3B1037;
}
.AnyTagClassName
{
color: #3B1037;
}
</style>
background-color css
<style>
a { background-color: #3B1037; }
a { background-color: rgb(59,16,55); }
div.DivClassName
{
background-color: #3B1037;
}
.BgClassName
{
background-color: #3B1037;
}
</style>
border-color css
<style>
span { border-color: #3B1037; }
span { border-color: rgb(59,16,55); }
td.TdClassName
{
border-color: #3B1037;
}
.TagClassName
{
border-color: #3B1037;
}
</style>