Shades of Mardi Gras #37053B
Tints of Mardi Gras #37053B
RGB
CMYK
RGB Variations
Color information
#37053B (or 0x37053B) is known color: Mardi Gras. HEX triplet: 37, 05 and 3B. RGB value is (55,5,59). Sum of RGB (Red+Green+Blue) = 55+5+59=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #37053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053B is #C8FAC4. Grayscale: #191919. Windows color (decimal): -13171397 or 3867959. OLE color: 3867959.
HSL color Cylindrical-coordinate representation of color #37053B: hue angle of 295.56º 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 #37053B is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 5 | 59 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.77 |
| HSL | 295.56º | 0.84% | 0.13% | - |
| HSV(B) | 295.56º | 0.92% | 0.23% | - |
| XYZ | 2.42 | 1.24 | 4.25 | - |
| YUV | 26.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 59 | 0.07 | 0.92 | 0 | 0.77 | 295.56 | 0.84 | 0.13 |
| Hex | 37 | 5 | 3B | 7 | 5C | 0 | 4D | 128 | 54 | D |
| Octal | 67 | 5 | 73 | 7 | 134 | 0 | 115 | 450 | 124 | 15 |
| Binary | 110111 | 101 | 111011 | 111 | 1011100 | 0 | 1001101 | 100101000 | 1010100 | 1101 |
Color Harmonies of #37053B
Complementary color
Monochromatic Colors of #37053B
Black with #37053B
Text Example
Text Example
White with #37053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37053B; }
p { color: rgb(55,5,59); }
H1.HeaderClassName
{
color: #37053B;
}
.AnyTagClassName
{
color: #37053B;
}
</style>
background-color css
<style>
a { background-color: #37053B; }
a { background-color: rgb(55,5,59); }
div.DivClassName
{
background-color: #37053B;
}
.BgClassName
{
background-color: #37053B;
}
</style>
border-color css
<style>
span { border-color: #37053B; }
span { border-color: rgb(55,5,59); }
td.TdClassName
{
border-color: #37053B;
}
.TagClassName
{
border-color: #37053B;
}
</style>