Shades of Mardi Gras #391C37
Tints of Mardi Gras #391C37
RGB
CMYK
RGB Variations
Color information
#391C37 (or 0x391C37) is known color: Mardi Gras. HEX triplet: 39, 1C and 37. RGB value is (57,28,55). Sum of RGB (Red+Green+Blue) = 57+28+55=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #391C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C37 is #C6E3C8. Grayscale: #272727. Windows color (decimal): -13034441 or 3611705. OLE color: 3611705.
HSL color Cylindrical-coordinate representation of color #391C37: hue angle of 304.14º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C37 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 55 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.78 |
| HSL | 304.14º | 0.34% | 0.17% | - |
| HSV(B) | 304.14º | 0.51% | 0.22% | - |
| XYZ | 2.79 | 1.98 | 3.85 | - |
| YUV | 39.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 55 | 0 | 0.51 | 0.04 | 0.78 | 304.14 | 0.34 | 0.17 |
| Hex | 39 | 1C | 37 | 0 | 33 | 4 | 4E | 130 | 22 | 11 |
| Octal | 71 | 34 | 67 | 0 | 63 | 4 | 116 | 460 | 42 | 21 |
| Binary | 111001 | 11100 | 110111 | 0 | 110011 | 100 | 1001110 | 100110000 | 100010 | 10001 |
Color Harmonies of #391C37
Complementary color
Monochromatic Colors of #391C37
Black with #391C37
Text Example
Text Example
White with #391C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C37; }
p { color: rgb(57,28,55); }
H1.HeaderClassName
{
color: #391C37;
}
.AnyTagClassName
{
color: #391C37;
}
</style>
background-color css
<style>
a { background-color: #391C37; }
a { background-color: rgb(57,28,55); }
div.DivClassName
{
background-color: #391C37;
}
.BgClassName
{
background-color: #391C37;
}
</style>
border-color css
<style>
span { border-color: #391C37; }
span { border-color: rgb(57,28,55); }
td.TdClassName
{
border-color: #391C37;
}
.TagClassName
{
border-color: #391C37;
}
</style>