Shades of Mardi Gras #371A3B
Tints of Mardi Gras #371A3B
RGB
CMYK
RGB Variations
Color information
#371A3B (or 0x371A3B) is known color: Mardi Gras. HEX triplet: 37, 1A and 3B. RGB value is (55,26,59). Sum of RGB (Red+Green+Blue) = 55+26+59=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #371A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A3B is #C8E5C4. Grayscale: #262626. Windows color (decimal): -13166021 or 3873335. OLE color: 3873335.
HSL color Cylindrical-coordinate representation of color #371A3B: hue angle of 292.73º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371A3B is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 26 | 59 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.77 |
| HSL | 292.73º | 0.39% | 0.17% | - |
| HSV(B) | 292.73º | 0.56% | 0.23% | - |
| XYZ | 2.73 | 1.87 | 4.35 | - |
| YUV | 38.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 59 | 0.07 | 0.56 | 0 | 0.77 | 292.73 | 0.39 | 0.17 |
| Hex | 37 | 1A | 3B | 7 | 38 | 0 | 4D | 125 | 27 | 11 |
| Octal | 67 | 32 | 73 | 7 | 70 | 0 | 115 | 445 | 47 | 21 |
| Binary | 110111 | 11010 | 111011 | 111 | 111000 | 0 | 1001101 | 100100101 | 100111 | 10001 |
Color Harmonies of #371A3B
Complementary color
Monochromatic Colors of #371A3B
Black with #371A3B
Text Example
Text Example
White with #371A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A3B; }
p { color: rgb(55,26,59); }
H1.HeaderClassName
{
color: #371A3B;
}
.AnyTagClassName
{
color: #371A3B;
}
</style>
background-color css
<style>
a { background-color: #371A3B; }
a { background-color: rgb(55,26,59); }
div.DivClassName
{
background-color: #371A3B;
}
.BgClassName
{
background-color: #371A3B;
}
</style>
border-color css
<style>
span { border-color: #371A3B; }
span { border-color: rgb(55,26,59); }
td.TdClassName
{
border-color: #371A3B;
}
.TagClassName
{
border-color: #371A3B;
}
</style>