Shades of Mardi Gras #37002F
Tints of Mardi Gras #37002F
RGB
CMYK
RGB Variations
Color information
#37002F (or 0x37002F) is known color: Mardi Gras. HEX triplet: 37, 00 and 2F. RGB value is (55,0,47). Sum of RGB (Red+Green+Blue) = 55+0+47=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37002F is #C8FFD0. Grayscale: #151515. Windows color (decimal): -13172689 or 3080247. OLE color: 3080247.
HSL color Cylindrical-coordinate representation of color #37002F: hue angle of 308.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37002F is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.15 | 0.78 |
| HSL | 308.73º | 1% | 0.11% | - |
| HSV(B) | 308.73º | 1% | 0.22% | - |
| XYZ | 2.09 | 1.02 | 2.78 | - |
| YUV | 21.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 47 | 0 | 1 | 0.15 | 0.78 | 308.73 | 1 | 0.11 |
| Hex | 37 | 0 | 2F | 0 | 64 | F | 4E | 135 | 64 | B |
| Octal | 67 | 0 | 57 | 0 | 144 | 17 | 116 | 465 | 144 | 13 |
| Binary | 110111 | 0 | 101111 | 0 | 1100100 | 1111 | 1001110 | 100110101 | 1100100 | 1011 |
Color Harmonies of #37002F
Complementary color
Monochromatic Colors of #37002F
Black with #37002F
Text Example
Text Example
White with #37002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37002F; }
p { color: rgb(55,0,47); }
H1.HeaderClassName
{
color: #37002F;
}
.AnyTagClassName
{
color: #37002F;
}
</style>
background-color css
<style>
a { background-color: #37002F; }
a { background-color: rgb(55,0,47); }
div.DivClassName
{
background-color: #37002F;
}
.BgClassName
{
background-color: #37002F;
}
</style>
border-color css
<style>
span { border-color: #37002F; }
span { border-color: rgb(55,0,47); }
td.TdClassName
{
border-color: #37002F;
}
.TagClassName
{
border-color: #37002F;
}
</style>