Shades of Mardi Gras #370B35
Tints of Mardi Gras #370B35
RGB
CMYK
RGB Variations
Color information
#370B35 (or 0x370B35) is known color: Mardi Gras. HEX triplet: 37, 0B and 35. RGB value is (55,11,53). Sum of RGB (Red+Green+Blue) = 55+11+53=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #370B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B35 is #C8F4CA. Grayscale: #1C1C1C. Windows color (decimal): -13169867 or 3476279. OLE color: 3476279.
HSL color Cylindrical-coordinate representation of color #370B35: hue angle of 302.73º 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 #370B35 is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 53 | - |
| CMYK | 0 | 0.8 | 0.04 | 0.78 |
| HSL | 302.73º | 0.67% | 0.13% | - |
| HSV(B) | 302.73º | 0.8% | 0.22% | - |
| XYZ | 2.34 | 1.31 | 3.5 | - |
| YUV | 28.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 53 | 0 | 0.8 | 0.04 | 0.78 | 302.73 | 0.67 | 0.13 |
| Hex | 37 | B | 35 | 0 | 50 | 4 | 4E | 12F | 43 | D |
| Octal | 67 | 13 | 65 | 0 | 120 | 4 | 116 | 457 | 103 | 15 |
| Binary | 110111 | 1011 | 110101 | 0 | 1010000 | 100 | 1001110 | 100101111 | 1000011 | 1101 |
Color Harmonies of #370B35
Complementary color
Monochromatic Colors of #370B35
Black with #370B35
Text Example
Text Example
White with #370B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B35; }
p { color: rgb(55,11,53); }
H1.HeaderClassName
{
color: #370B35;
}
.AnyTagClassName
{
color: #370B35;
}
</style>
background-color css
<style>
a { background-color: #370B35; }
a { background-color: rgb(55,11,53); }
div.DivClassName
{
background-color: #370B35;
}
.BgClassName
{
background-color: #370B35;
}
</style>
border-color css
<style>
span { border-color: #370B35; }
span { border-color: rgb(55,11,53); }
td.TdClassName
{
border-color: #370B35;
}
.TagClassName
{
border-color: #370B35;
}
</style>