Shades of Mardi Gras #37113A
Tints of Mardi Gras #37113A
RGB
CMYK
RGB Variations
Color information
#37113A (or 0x37113A) is known color: Mardi Gras. HEX triplet: 37, 11 and 3A. RGB value is (55,17,58). Sum of RGB (Red+Green+Blue) = 55+17+58=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #37113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37113A is #C8EEC5. Grayscale: #202020. Windows color (decimal): -13168326 or 3805495. OLE color: 3805495.
HSL color Cylindrical-coordinate representation of color #37113A: hue angle of 295.61º 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 #37113A is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 17 | 58 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.77 |
| HSL | 295.61º | 0.55% | 0.15% | - |
| HSV(B) | 295.61º | 0.71% | 0.23% | - |
| XYZ | 2.54 | 1.52 | 4.16 | - |
| YUV | 33.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 58 | 0.05 | 0.71 | 0 | 0.77 | 295.61 | 0.55 | 0.15 |
| Hex | 37 | 11 | 3A | 5 | 47 | 0 | 4D | 128 | 37 | F |
| Octal | 67 | 21 | 72 | 5 | 107 | 0 | 115 | 450 | 67 | 17 |
| Binary | 110111 | 10001 | 111010 | 101 | 1000111 | 0 | 1001101 | 100101000 | 110111 | 1111 |
Color Harmonies of #37113A
Complementary color
Monochromatic Colors of #37113A
Black with #37113A
Text Example
Text Example
White with #37113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37113A; }
p { color: rgb(55,17,58); }
H1.HeaderClassName
{
color: #37113A;
}
.AnyTagClassName
{
color: #37113A;
}
</style>
background-color css
<style>
a { background-color: #37113A; }
a { background-color: rgb(55,17,58); }
div.DivClassName
{
background-color: #37113A;
}
.BgClassName
{
background-color: #37113A;
}
</style>
border-color css
<style>
span { border-color: #37113A; }
span { border-color: rgb(55,17,58); }
td.TdClassName
{
border-color: #37113A;
}
.TagClassName
{
border-color: #37113A;
}
</style>