Shades of Mardi Gras #37032F
Tints of Mardi Gras #37032F
RGB
CMYK
RGB Variations
Color information
#37032F (or 0x37032F) is known color: Mardi Gras. HEX triplet: 37, 03 and 2F. RGB value is (55,3,47). Sum of RGB (Red+Green+Blue) = 55+3+47=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37032F is #C8FCD0. Grayscale: #171717. Windows color (decimal): -13171921 or 3081015. OLE color: 3081015.
HSL color Cylindrical-coordinate representation of color #37032F: hue angle of 309.23º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37032F is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 47 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.78 |
| HSL | 309.23º | 0.9% | 0.11% | - |
| HSV(B) | 309.23º | 0.95% | 0.22% | - |
| XYZ | 2.12 | 1.08 | 2.79 | - |
| YUV | 23.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 47 | 0 | 0.95 | 0.15 | 0.78 | 309.23 | 0.9 | 0.11 |
| Hex | 37 | 3 | 2F | 0 | 5F | F | 4E | 135 | 5A | B |
| Octal | 67 | 3 | 57 | 0 | 137 | 17 | 116 | 465 | 132 | 13 |
| Binary | 110111 | 11 | 101111 | 0 | 1011111 | 1111 | 1001110 | 100110101 | 1011010 | 1011 |
Color Harmonies of #37032F
Complementary color
Monochromatic Colors of #37032F
Black with #37032F
Text Example
Text Example
White with #37032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37032F; }
p { color: rgb(55,3,47); }
H1.HeaderClassName
{
color: #37032F;
}
.AnyTagClassName
{
color: #37032F;
}
</style>
background-color css
<style>
a { background-color: #37032F; }
a { background-color: rgb(55,3,47); }
div.DivClassName
{
background-color: #37032F;
}
.BgClassName
{
background-color: #37032F;
}
</style>
border-color css
<style>
span { border-color: #37032F; }
span { border-color: rgb(55,3,47); }
td.TdClassName
{
border-color: #37032F;
}
.TagClassName
{
border-color: #37032F;
}
</style>