Shades of Mardi Gras #3B0537
Tints of Mardi Gras #3B0537
RGB
CMYK
RGB Variations
Color information
#3B0537 (or 0x3B0537) is known color: Mardi Gras. HEX triplet: 3B, 05 and 37. RGB value is (59,5,55). Sum of RGB (Red+Green+Blue) = 59+5+55=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0537 is #C4FAC8. Grayscale: #1A1A1A. Windows color (decimal): -12909257 or 3605819. OLE color: 3605819.
HSL color Cylindrical-coordinate representation of color #3B0537: hue angle of 304.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0537 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 5 | 55 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.77 |
| HSL | 304.44º | 0.84% | 0.13% | - |
| HSV(B) | 304.44º | 0.92% | 0.23% | - |
| XYZ | 2.55 | 1.31 | 3.73 | - |
| YUV | 26.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 55 | 0 | 0.92 | 0.07 | 0.77 | 304.44 | 0.84 | 0.13 |
| Hex | 3B | 5 | 37 | 0 | 5C | 7 | 4D | 130 | 54 | D |
| Octal | 73 | 5 | 67 | 0 | 134 | 7 | 115 | 460 | 124 | 15 |
| Binary | 111011 | 101 | 110111 | 0 | 1011100 | 111 | 1001101 | 100110000 | 1010100 | 1101 |
Color Harmonies of #3B0537
Complementary color
Monochromatic Colors of #3B0537
Black with #3B0537
Text Example
Text Example
White with #3B0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0537; }
p { color: rgb(59,5,55); }
H1.HeaderClassName
{
color: #3B0537;
}
.AnyTagClassName
{
color: #3B0537;
}
</style>
background-color css
<style>
a { background-color: #3B0537; }
a { background-color: rgb(59,5,55); }
div.DivClassName
{
background-color: #3B0537;
}
.BgClassName
{
background-color: #3B0537;
}
</style>
border-color css
<style>
span { border-color: #3B0537; }
span { border-color: rgb(59,5,55); }
td.TdClassName
{
border-color: #3B0537;
}
.TagClassName
{
border-color: #3B0537;
}
</style>