Shades of Mardi Gras #370D3C
Tints of Mardi Gras #370D3C
RGB
CMYK
RGB Variations
Color information
#370D3C (or 0x370D3C) is known color: Mardi Gras. HEX triplet: 37, 0D and 3C. RGB value is (55,13,60). Sum of RGB (Red+Green+Blue) = 55+13+60=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #370D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D3C is #C8F2C3. Grayscale: #1E1E1E. Windows color (decimal): -13169348 or 3935543. OLE color: 3935543.
HSL color Cylindrical-coordinate representation of color #370D3C: hue angle of 293.62º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370D3C is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 13 | 60 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.76 |
| HSL | 293.62º | 0.64% | 0.14% | - |
| HSV(B) | 293.62º | 0.78% | 0.24% | - |
| XYZ | 2.54 | 1.43 | 4.42 | - |
| YUV | 30.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 60 | 0.08 | 0.78 | 0 | 0.76 | 293.62 | 0.64 | 0.14 |
| Hex | 37 | D | 3C | 8 | 4E | 0 | 4C | 126 | 40 | E |
| Octal | 67 | 15 | 74 | 10 | 116 | 0 | 114 | 446 | 100 | 16 |
| Binary | 110111 | 1101 | 111100 | 1000 | 1001110 | 0 | 1001100 | 100100110 | 1000000 | 1110 |
Color Harmonies of #370D3C
Complementary color
Monochromatic Colors of #370D3C
Black with #370D3C
Text Example
Text Example
White with #370D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D3C; }
p { color: rgb(55,13,60); }
H1.HeaderClassName
{
color: #370D3C;
}
.AnyTagClassName
{
color: #370D3C;
}
</style>
background-color css
<style>
a { background-color: #370D3C; }
a { background-color: rgb(55,13,60); }
div.DivClassName
{
background-color: #370D3C;
}
.BgClassName
{
background-color: #370D3C;
}
</style>
border-color css
<style>
span { border-color: #370D3C; }
span { border-color: rgb(55,13,60); }
td.TdClassName
{
border-color: #370D3C;
}
.TagClassName
{
border-color: #370D3C;
}
</style>