Shades of Mardi Gras #37023C
Tints of Mardi Gras #37023C
RGB
CMYK
RGB Variations
Color information
#37023C (or 0x37023C) is known color: Mardi Gras. HEX triplet: 37, 02 and 3C. RGB value is (55,2,60). Sum of RGB (Red+Green+Blue) = 55+2+60=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #37023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37023C is #C8FDC3. Grayscale: #181818. Windows color (decimal): -13172164 or 3932727. OLE color: 3932727.
HSL color Cylindrical-coordinate representation of color #37023C: hue angle of 294.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37023C is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 2 | 60 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.76 |
| HSL | 294.83º | 0.94% | 0.12% | - |
| HSV(B) | 294.83º | 0.97% | 0.24% | - |
| XYZ | 2.41 | 1.18 | 4.38 | - |
| YUV | 24.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 60 | 0.08 | 0.97 | 0 | 0.76 | 294.83 | 0.94 | 0.12 |
| Hex | 37 | 2 | 3C | 8 | 61 | 0 | 4C | 127 | 5E | C |
| Octal | 67 | 2 | 74 | 10 | 141 | 0 | 114 | 447 | 136 | 14 |
| Binary | 110111 | 10 | 111100 | 1000 | 1100001 | 0 | 1001100 | 100100111 | 1011110 | 1100 |
Color Harmonies of #37023C
Complementary color
Monochromatic Colors of #37023C
Black with #37023C
Text Example
Text Example
White with #37023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37023C; }
p { color: rgb(55,2,60); }
H1.HeaderClassName
{
color: #37023C;
}
.AnyTagClassName
{
color: #37023C;
}
</style>
background-color css
<style>
a { background-color: #37023C; }
a { background-color: rgb(55,2,60); }
div.DivClassName
{
background-color: #37023C;
}
.BgClassName
{
background-color: #37023C;
}
</style>
border-color css
<style>
span { border-color: #37023C; }
span { border-color: rgb(55,2,60); }
td.TdClassName
{
border-color: #37023C;
}
.TagClassName
{
border-color: #37023C;
}
</style>