Shades of Mardi Gras #370D39
Tints of Mardi Gras #370D39
RGB
CMYK
RGB Variations
Color information
#370D39 (or 0x370D39) is known color: Mardi Gras. HEX triplet: 37, 0D and 39. RGB value is (55,13,57). Sum of RGB (Red+Green+Blue) = 55+13+57=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #370D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D39 is #C8F2C6. Grayscale: #1E1E1E. Windows color (decimal): -13169351 or 3738935. OLE color: 3738935.
HSL color Cylindrical-coordinate representation of color #370D39: hue angle of 297.27º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #370D39 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 57 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.78 |
| HSL | 297.27º | 0.63% | 0.14% | - |
| HSV(B) | 297.27º | 0.77% | 0.22% | - |
| XYZ | 2.46 | 1.4 | 4.01 | - |
| YUV | 30.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 57 | 0.04 | 0.77 | 0 | 0.78 | 297.27 | 0.63 | 0.14 |
| Hex | 37 | D | 39 | 4 | 4D | 0 | 4E | 129 | 3F | E |
| Octal | 67 | 15 | 71 | 4 | 115 | 0 | 116 | 451 | 77 | 16 |
| Binary | 110111 | 1101 | 111001 | 100 | 1001101 | 0 | 1001110 | 100101001 | 111111 | 1110 |
Color Harmonies of #370D39
Complementary color
Monochromatic Colors of #370D39
Black with #370D39
Text Example
Text Example
White with #370D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D39; }
p { color: rgb(55,13,57); }
H1.HeaderClassName
{
color: #370D39;
}
.AnyTagClassName
{
color: #370D39;
}
</style>
background-color css
<style>
a { background-color: #370D39; }
a { background-color: rgb(55,13,57); }
div.DivClassName
{
background-color: #370D39;
}
.BgClassName
{
background-color: #370D39;
}
</style>
border-color css
<style>
span { border-color: #370D39; }
span { border-color: rgb(55,13,57); }
td.TdClassName
{
border-color: #370D39;
}
.TagClassName
{
border-color: #370D39;
}
</style>