Shades of Mardi Gras #37013C
Tints of Mardi Gras #37013C
RGB
CMYK
RGB Variations
Color information
#37013C (or 0x37013C) is known color: Mardi Gras. HEX triplet: 37, 01 and 3C. RGB value is (55,1,60). Sum of RGB (Red+Green+Blue) = 55+1+60=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #37013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37013C is #C8FEC3. Grayscale: #171717. Windows color (decimal): -13172420 or 3932471. OLE color: 3932471.
HSL color Cylindrical-coordinate representation of color #37013C: hue angle of 294.92º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37013C is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 1 | 60 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.76 |
| HSL | 294.92º | 0.97% | 0.12% | - |
| HSV(B) | 294.92º | 0.98% | 0.24% | - |
| XYZ | 2.4 | 1.16 | 4.37 | - |
| YUV | 23.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 60 | 0.08 | 0.98 | 0 | 0.76 | 294.92 | 0.97 | 0.12 |
| Hex | 37 | 1 | 3C | 8 | 62 | 0 | 4C | 127 | 61 | C |
| Octal | 67 | 1 | 74 | 10 | 142 | 0 | 114 | 447 | 141 | 14 |
| Binary | 110111 | 1 | 111100 | 1000 | 1100010 | 0 | 1001100 | 100100111 | 1100001 | 1100 |
Color Harmonies of #37013C
Complementary color
Monochromatic Colors of #37013C
Black with #37013C
Text Example
Text Example
White with #37013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37013C; }
p { color: rgb(55,1,60); }
H1.HeaderClassName
{
color: #37013C;
}
.AnyTagClassName
{
color: #37013C;
}
</style>
background-color css
<style>
a { background-color: #37013C; }
a { background-color: rgb(55,1,60); }
div.DivClassName
{
background-color: #37013C;
}
.BgClassName
{
background-color: #37013C;
}
</style>
border-color css
<style>
span { border-color: #37013C; }
span { border-color: rgb(55,1,60); }
td.TdClassName
{
border-color: #37013C;
}
.TagClassName
{
border-color: #37013C;
}
</style>