Shades of Mardi Gras #37193C
Tints of Mardi Gras #37193C
RGB
CMYK
RGB Variations
Color information
#37193C (or 0x37193C) is known color: Mardi Gras. HEX triplet: 37, 19 and 3C. RGB value is (55,25,60). Sum of RGB (Red+Green+Blue) = 55+25+60=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: blue. Hex color #37193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37193C is #C8E6C3. Grayscale: #252525. Windows color (decimal): -13166276 or 3938615. OLE color: 3938615.
HSL color Cylindrical-coordinate representation of color #37193C: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37193C is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 25 | 60 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.76 |
| HSL | 291.43º | 0.41% | 0.17% | - |
| HSV(B) | 291.43º | 0.58% | 0.24% | - |
| XYZ | 2.74 | 1.83 | 4.48 | - |
| YUV | 37.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 60 | 0.08 | 0.58 | 0 | 0.76 | 291.43 | 0.41 | 0.17 |
| Hex | 37 | 19 | 3C | 8 | 3A | 0 | 4C | 123 | 29 | 11 |
| Octal | 67 | 31 | 74 | 10 | 72 | 0 | 114 | 443 | 51 | 21 |
| Binary | 110111 | 11001 | 111100 | 1000 | 111010 | 0 | 1001100 | 100100011 | 101001 | 10001 |
Color Harmonies of #37193C
Complementary color
Monochromatic Colors of #37193C
Black with #37193C
Text Example
Text Example
White with #37193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37193C; }
p { color: rgb(55,25,60); }
H1.HeaderClassName
{
color: #37193C;
}
.AnyTagClassName
{
color: #37193C;
}
</style>
background-color css
<style>
a { background-color: #37193C; }
a { background-color: rgb(55,25,60); }
div.DivClassName
{
background-color: #37193C;
}
.BgClassName
{
background-color: #37193C;
}
</style>
border-color css
<style>
span { border-color: #37193C; }
span { border-color: rgb(55,25,60); }
td.TdClassName
{
border-color: #37193C;
}
.TagClassName
{
border-color: #37193C;
}
</style>