Shades of Mardi Gras #370B33
Tints of Mardi Gras #370B33
RGB
CMYK
RGB Variations
Color information
#370B33 (or 0x370B33) is known color: Mardi Gras. HEX triplet: 37, 0B and 33. RGB value is (55,11,51). Sum of RGB (Red+Green+Blue) = 55+11+51=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #370B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B33 is #C8F4CC. Grayscale: #1C1C1C. Windows color (decimal): -13169869 or 3345207. OLE color: 3345207.
HSL color Cylindrical-coordinate representation of color #370B33: hue angle of 305.45º 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 #370B33 is Cyan = 0, Magento = 0.8, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 51 | - |
| CMYK | 0 | 0.8 | 0.07 | 0.78 |
| HSL | 305.45º | 0.67% | 0.13% | - |
| HSV(B) | 305.45º | 0.8% | 0.22% | - |
| XYZ | 2.29 | 1.29 | 3.26 | - |
| YUV | 28.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 51 | 0 | 0.8 | 0.07 | 0.78 | 305.45 | 0.67 | 0.13 |
| Hex | 37 | B | 33 | 0 | 50 | 7 | 4E | 131 | 43 | D |
| Octal | 67 | 13 | 63 | 0 | 120 | 7 | 116 | 461 | 103 | 15 |
| Binary | 110111 | 1011 | 110011 | 0 | 1010000 | 111 | 1001110 | 100110001 | 1000011 | 1101 |
Color Harmonies of #370B33
Complementary color
Monochromatic Colors of #370B33
Black with #370B33
Text Example
Text Example
White with #370B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B33; }
p { color: rgb(55,11,51); }
H1.HeaderClassName
{
color: #370B33;
}
.AnyTagClassName
{
color: #370B33;
}
</style>
background-color css
<style>
a { background-color: #370B33; }
a { background-color: rgb(55,11,51); }
div.DivClassName
{
background-color: #370B33;
}
.BgClassName
{
background-color: #370B33;
}
</style>
border-color css
<style>
span { border-color: #370B33; }
span { border-color: rgb(55,11,51); }
td.TdClassName
{
border-color: #370B33;
}
.TagClassName
{
border-color: #370B33;
}
</style>