Shades of Mardi Gras #391D37
Tints of Mardi Gras #391D37
RGB
CMYK
RGB Variations
Color information
#391D37 (or 0x391D37) is known color: Mardi Gras. HEX triplet: 39, 1D and 37. RGB value is (57,29,55). Sum of RGB (Red+Green+Blue) = 57+29+55=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #391D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D37 is #C6E2C8. Grayscale: #282828. Windows color (decimal): -13034185 or 3611961. OLE color: 3611961.
HSL color Cylindrical-coordinate representation of color #391D37: hue angle of 304.29º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391D37 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 55 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.78 |
| HSL | 304.29º | 0.33% | 0.17% | - |
| HSV(B) | 304.29º | 0.49% | 0.22% | - |
| XYZ | 2.82 | 2.02 | 3.86 | - |
| YUV | 40.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 55 | 0 | 0.49 | 0.04 | 0.78 | 304.29 | 0.33 | 0.17 |
| Hex | 39 | 1D | 37 | 0 | 31 | 4 | 4E | 130 | 21 | 11 |
| Octal | 71 | 35 | 67 | 0 | 61 | 4 | 116 | 460 | 41 | 21 |
| Binary | 111001 | 11101 | 110111 | 0 | 110001 | 100 | 1001110 | 100110000 | 100001 | 10001 |
Color Harmonies of #391D37
Complementary color
Monochromatic Colors of #391D37
Black with #391D37
Text Example
Text Example
White with #391D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D37; }
p { color: rgb(57,29,55); }
H1.HeaderClassName
{
color: #391D37;
}
.AnyTagClassName
{
color: #391D37;
}
</style>
background-color css
<style>
a { background-color: #391D37; }
a { background-color: rgb(57,29,55); }
div.DivClassName
{
background-color: #391D37;
}
.BgClassName
{
background-color: #391D37;
}
</style>
border-color css
<style>
span { border-color: #391D37; }
span { border-color: rgb(57,29,55); }
td.TdClassName
{
border-color: #391D37;
}
.TagClassName
{
border-color: #391D37;
}
</style>