Shades of Mardi Gras #371D3B
Tints of Mardi Gras #371D3B
RGB
CMYK
RGB Variations
Color information
#371D3B (or 0x371D3B) is known color: Mardi Gras. HEX triplet: 37, 1D and 3B. RGB value is (55,29,59). Sum of RGB (Red+Green+Blue) = 55+29+59=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #371D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D3B is #C8E2C4. Grayscale: #282828. Windows color (decimal): -13165253 or 3874103. OLE color: 3874103.
HSL color Cylindrical-coordinate representation of color #371D3B: hue angle of 292º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371D3B is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 29 | 59 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.77 |
| HSL | 292º | 0.34% | 0.17% | - |
| HSV(B) | 292º | 0.51% | 0.23% | - |
| XYZ | 2.8 | 2.01 | 4.38 | - |
| YUV | 40.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 59 | 0.07 | 0.51 | 0 | 0.77 | 292 | 0.34 | 0.17 |
| Hex | 37 | 1D | 3B | 7 | 33 | 0 | 4D | 124 | 22 | 11 |
| Octal | 67 | 35 | 73 | 7 | 63 | 0 | 115 | 444 | 42 | 21 |
| Binary | 110111 | 11101 | 111011 | 111 | 110011 | 0 | 1001101 | 100100100 | 100010 | 10001 |
Color Harmonies of #371D3B
Complementary color
Monochromatic Colors of #371D3B
Black with #371D3B
Text Example
Text Example
White with #371D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D3B; }
p { color: rgb(55,29,59); }
H1.HeaderClassName
{
color: #371D3B;
}
.AnyTagClassName
{
color: #371D3B;
}
</style>
background-color css
<style>
a { background-color: #371D3B; }
a { background-color: rgb(55,29,59); }
div.DivClassName
{
background-color: #371D3B;
}
.BgClassName
{
background-color: #371D3B;
}
</style>
border-color css
<style>
span { border-color: #371D3B; }
span { border-color: rgb(55,29,59); }
td.TdClassName
{
border-color: #371D3B;
}
.TagClassName
{
border-color: #371D3B;
}
</style>