Shades of Mardi Gras #370F3C
Tints of Mardi Gras #370F3C
RGB
CMYK
RGB Variations
Color information
#370F3C (or 0x370F3C) is known color: Mardi Gras. HEX triplet: 37, 0F and 3C. RGB value is (55,15,60). Sum of RGB (Red+Green+Blue) = 55+15+60=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #370F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F3C is #C8F0C3. Grayscale: #1F1F1F. Windows color (decimal): -13168836 or 3936055. OLE color: 3936055.
HSL color Cylindrical-coordinate representation of color #370F3C: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370F3C is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 15 | 60 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.76 |
| HSL | 293.33º | 0.6% | 0.15% | - |
| HSV(B) | 293.33º | 0.75% | 0.24% | - |
| XYZ | 2.56 | 1.48 | 4.43 | - |
| YUV | 32.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 60 | 0.08 | 0.75 | 0 | 0.76 | 293.33 | 0.6 | 0.15 |
| Hex | 37 | F | 3C | 8 | 4B | 0 | 4C | 125 | 3C | F |
| Octal | 67 | 17 | 74 | 10 | 113 | 0 | 114 | 445 | 74 | 17 |
| Binary | 110111 | 1111 | 111100 | 1000 | 1001011 | 0 | 1001100 | 100100101 | 111100 | 1111 |
Color Harmonies of #370F3C
Complementary color
Monochromatic Colors of #370F3C
Black with #370F3C
Text Example
Text Example
White with #370F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F3C; }
p { color: rgb(55,15,60); }
H1.HeaderClassName
{
color: #370F3C;
}
.AnyTagClassName
{
color: #370F3C;
}
</style>
background-color css
<style>
a { background-color: #370F3C; }
a { background-color: rgb(55,15,60); }
div.DivClassName
{
background-color: #370F3C;
}
.BgClassName
{
background-color: #370F3C;
}
</style>
border-color css
<style>
span { border-color: #370F3C; }
span { border-color: rgb(55,15,60); }
td.TdClassName
{
border-color: #370F3C;
}
.TagClassName
{
border-color: #370F3C;
}
</style>