Shades of Mardi Gras #371B33
Tints of Mardi Gras #371B33
RGB
CMYK
RGB Variations
Color information
#371B33 (or 0x371B33) is known color: Mardi Gras. HEX triplet: 37, 1B and 33. RGB value is (55,27,51). Sum of RGB (Red+Green+Blue) = 55+27+51=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #371B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B33 is #C8E4CC. Grayscale: #262626. Windows color (decimal): -13165773 or 3349303. OLE color: 3349303.
HSL color Cylindrical-coordinate representation of color #371B33: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371B33 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 51 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.78 |
| HSL | 308.57º | 0.34% | 0.16% | - |
| HSV(B) | 308.57º | 0.51% | 0.22% | - |
| XYZ | 2.57 | 1.84 | 3.35 | - |
| YUV | 38.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 51 | 0 | 0.51 | 0.07 | 0.78 | 308.57 | 0.34 | 0.16 |
| Hex | 37 | 1B | 33 | 0 | 33 | 7 | 4E | 135 | 22 | 10 |
| Octal | 67 | 33 | 63 | 0 | 63 | 7 | 116 | 465 | 42 | 20 |
| Binary | 110111 | 11011 | 110011 | 0 | 110011 | 111 | 1001110 | 100110101 | 100010 | 10000 |
Color Harmonies of #371B33
Complementary color
Monochromatic Colors of #371B33
Black with #371B33
Text Example
Text Example
White with #371B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B33; }
p { color: rgb(55,27,51); }
H1.HeaderClassName
{
color: #371B33;
}
.AnyTagClassName
{
color: #371B33;
}
</style>
background-color css
<style>
a { background-color: #371B33; }
a { background-color: rgb(55,27,51); }
div.DivClassName
{
background-color: #371B33;
}
.BgClassName
{
background-color: #371B33;
}
</style>
border-color css
<style>
span { border-color: #371B33; }
span { border-color: rgb(55,27,51); }
td.TdClassName
{
border-color: #371B33;
}
.TagClassName
{
border-color: #371B33;
}
</style>