Shades of Mardi Gras #370C37
Tints of Mardi Gras #370C37
RGB
CMYK
RGB Variations
Color information
#370C37 (or 0x370C37) is known color: Mardi Gras. HEX triplet: 37, 0C and 37. RGB value is (55,12,55). Sum of RGB (Red+Green+Blue) = 55+12+55=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: red, blue. Hex color #370C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C37 is #C8F3C8. Grayscale: #1D1D1D. Windows color (decimal): -13169609 or 3607607. OLE color: 3607607.
HSL color Cylindrical-coordinate representation of color #370C37: hue angle of 300º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C37 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 55 | - |
| CMYK | 0 | 0.78 | 0 | 0.78 |
| HSL | 300º | 0.64% | 0.13% | - |
| HSV(B) | 300º | 0.78% | 0.22% | - |
| XYZ | 2.4 | 1.35 | 3.75 | - |
| YUV | 29.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 55 | 0 | 0.78 | 0 | 0.78 | 300 | 0.64 | 0.13 |
| Hex | 37 | C | 37 | 0 | 4E | 0 | 4E | 12C | 40 | D |
| Octal | 67 | 14 | 67 | 0 | 116 | 0 | 116 | 454 | 100 | 15 |
| Binary | 110111 | 1100 | 110111 | 0 | 1001110 | 0 | 1001110 | 100101100 | 1000000 | 1101 |
Color Harmonies of #370C37
Complementary color
Monochromatic Colors of #370C37
Black with #370C37
Text Example
Text Example
White with #370C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C37; }
p { color: rgb(55,12,55); }
H1.HeaderClassName
{
color: #370C37;
}
.AnyTagClassName
{
color: #370C37;
}
</style>
background-color css
<style>
a { background-color: #370C37; }
a { background-color: rgb(55,12,55); }
div.DivClassName
{
background-color: #370C37;
}
.BgClassName
{
background-color: #370C37;
}
</style>
border-color css
<style>
span { border-color: #370C37; }
span { border-color: rgb(55,12,55); }
td.TdClassName
{
border-color: #370C37;
}
.TagClassName
{
border-color: #370C37;
}
</style>