Shades of Mardi Gras #391D35
Tints of Mardi Gras #391D35
RGB
CMYK
RGB Variations
Color information
#391D35 (or 0x391D35) is known color: Mardi Gras. HEX triplet: 39, 1D and 35. RGB value is (57,29,53). Sum of RGB (Red+Green+Blue) = 57+29+53=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #391D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D35 is #C6E2CA. Grayscale: #282828. Windows color (decimal): -13034187 or 3480889. OLE color: 3480889.
HSL color Cylindrical-coordinate representation of color #391D35: hue angle of 308.57º 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 #391D35 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 29 | 53 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.78 |
| HSL | 308.57º | 0.33% | 0.17% | - |
| HSV(B) | 308.57º | 0.49% | 0.22% | - |
| XYZ | 2.77 | 2.01 | 3.61 | - |
| YUV | 40.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 53 | 0 | 0.49 | 0.07 | 0.78 | 308.57 | 0.33 | 0.17 |
| Hex | 39 | 1D | 35 | 0 | 31 | 7 | 4E | 135 | 21 | 11 |
| Octal | 71 | 35 | 65 | 0 | 61 | 7 | 116 | 465 | 41 | 21 |
| Binary | 111001 | 11101 | 110101 | 0 | 110001 | 111 | 1001110 | 100110101 | 100001 | 10001 |
Color Harmonies of #391D35
Complementary color
Monochromatic Colors of #391D35
Black with #391D35
Text Example
Text Example
White with #391D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D35; }
p { color: rgb(57,29,53); }
H1.HeaderClassName
{
color: #391D35;
}
.AnyTagClassName
{
color: #391D35;
}
</style>
background-color css
<style>
a { background-color: #391D35; }
a { background-color: rgb(57,29,53); }
div.DivClassName
{
background-color: #391D35;
}
.BgClassName
{
background-color: #391D35;
}
</style>
border-color css
<style>
span { border-color: #391D35; }
span { border-color: rgb(57,29,53); }
td.TdClassName
{
border-color: #391D35;
}
.TagClassName
{
border-color: #391D35;
}
</style>