Shades of Mardi Gras #371B3C
Tints of Mardi Gras #371B3C
RGB
CMYK
RGB Variations
Color information
#371B3C (or 0x371B3C) is known color: Mardi Gras. HEX triplet: 37, 1B and 3C. RGB value is (55,27,60). Sum of RGB (Red+Green+Blue) = 55+27+60=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #371B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B3C is #C8E4C3. Grayscale: #272727. Windows color (decimal): -13165764 or 3939127. OLE color: 3939127.
HSL color Cylindrical-coordinate representation of color #371B3C: hue angle of 290.91º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #371B3C is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 27 | 60 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.76 |
| HSL | 290.91º | 0.38% | 0.17% | - |
| HSV(B) | 290.91º | 0.55% | 0.24% | - |
| XYZ | 2.78 | 1.92 | 4.5 | - |
| YUV | 39.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 60 | 0.08 | 0.55 | 0 | 0.76 | 290.91 | 0.38 | 0.17 |
| Hex | 37 | 1B | 3C | 8 | 37 | 0 | 4C | 123 | 26 | 11 |
| Octal | 67 | 33 | 74 | 10 | 67 | 0 | 114 | 443 | 46 | 21 |
| Binary | 110111 | 11011 | 111100 | 1000 | 110111 | 0 | 1001100 | 100100011 | 100110 | 10001 |
Color Harmonies of #371B3C
Complementary color
Monochromatic Colors of #371B3C
Black with #371B3C
Text Example
Text Example
White with #371B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B3C; }
p { color: rgb(55,27,60); }
H1.HeaderClassName
{
color: #371B3C;
}
.AnyTagClassName
{
color: #371B3C;
}
</style>
background-color css
<style>
a { background-color: #371B3C; }
a { background-color: rgb(55,27,60); }
div.DivClassName
{
background-color: #371B3C;
}
.BgClassName
{
background-color: #371B3C;
}
</style>
border-color css
<style>
span { border-color: #371B3C; }
span { border-color: rgb(55,27,60); }
td.TdClassName
{
border-color: #371B3C;
}
.TagClassName
{
border-color: #371B3C;
}
</style>