Shades of Mardi Gras #3B1133
Tints of Mardi Gras #3B1133
RGB
CMYK
RGB Variations
Color information
#3B1133 (or 0x3B1133) is known color: Mardi Gras. HEX triplet: 3B, 11 and 33. RGB value is (59,17,51). Sum of RGB (Red+Green+Blue) = 59+17+51=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1133 is #C4EECC. Grayscale: #212121. Windows color (decimal): -12906189 or 3346747. OLE color: 3346747.
HSL color Cylindrical-coordinate representation of color #3B1133: hue angle of 311.43º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B1133 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 51 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.77 |
| HSL | 311.43º | 0.55% | 0.15% | - |
| HSV(B) | 311.43º | 0.71% | 0.23% | - |
| XYZ | 2.6 | 1.57 | 3.3 | - |
| YUV | 33.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 51 | 0 | 0.71 | 0.14 | 0.77 | 311.43 | 0.55 | 0.15 |
| Hex | 3B | 11 | 33 | 0 | 47 | E | 4D | 137 | 37 | F |
| Octal | 73 | 21 | 63 | 0 | 107 | 16 | 115 | 467 | 67 | 17 |
| Binary | 111011 | 10001 | 110011 | 0 | 1000111 | 1110 | 1001101 | 100110111 | 110111 | 1111 |
Color Harmonies of #3B1133
Complementary color
Monochromatic Colors of #3B1133
Black with #3B1133
Text Example
Text Example
White with #3B1133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1133; }
p { color: rgb(59,17,51); }
H1.HeaderClassName
{
color: #3B1133;
}
.AnyTagClassName
{
color: #3B1133;
}
</style>
background-color css
<style>
a { background-color: #3B1133; }
a { background-color: rgb(59,17,51); }
div.DivClassName
{
background-color: #3B1133;
}
.BgClassName
{
background-color: #3B1133;
}
</style>
border-color css
<style>
span { border-color: #3B1133; }
span { border-color: rgb(59,17,51); }
td.TdClassName
{
border-color: #3B1133;
}
.TagClassName
{
border-color: #3B1133;
}
</style>