Shades of Mardi Gras #370B32
Tints of Mardi Gras #370B32
RGB
CMYK
RGB Variations
Color information
#370B32 (or 0x370B32) is known color: Mardi Gras. HEX triplet: 37, 0B and 32. RGB value is (55,11,50). Sum of RGB (Red+Green+Blue) = 55+11+50=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #370B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B32 is #C8F4CD. Grayscale: #1C1C1C. Windows color (decimal): -13169870 or 3279671. OLE color: 3279671.
HSL color Cylindrical-coordinate representation of color #370B32: hue angle of 306.82º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B32 is Cyan = 0, Magento = 0.8, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 50 | - |
| CMYK | 0 | 0.8 | 0.09 | 0.78 |
| HSL | 306.82º | 0.67% | 0.13% | - |
| HSV(B) | 306.82º | 0.8% | 0.22% | - |
| XYZ | 2.27 | 1.28 | 3.15 | - |
| YUV | 28.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 50 | 0 | 0.8 | 0.09 | 0.78 | 306.82 | 0.67 | 0.13 |
| Hex | 37 | B | 32 | 0 | 50 | 9 | 4E | 133 | 43 | D |
| Octal | 67 | 13 | 62 | 0 | 120 | 11 | 116 | 463 | 103 | 15 |
| Binary | 110111 | 1011 | 110010 | 0 | 1010000 | 1001 | 1001110 | 100110011 | 1000011 | 1101 |
Color Harmonies of #370B32
Complementary color
Monochromatic Colors of #370B32
Black with #370B32
Text Example
Text Example
White with #370B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B32; }
p { color: rgb(55,11,50); }
H1.HeaderClassName
{
color: #370B32;
}
.AnyTagClassName
{
color: #370B32;
}
</style>
background-color css
<style>
a { background-color: #370B32; }
a { background-color: rgb(55,11,50); }
div.DivClassName
{
background-color: #370B32;
}
.BgClassName
{
background-color: #370B32;
}
</style>
border-color css
<style>
span { border-color: #370B32; }
span { border-color: rgb(55,11,50); }
td.TdClassName
{
border-color: #370B32;
}
.TagClassName
{
border-color: #370B32;
}
</style>