Shades of Mardi Gras #391D3C
Tints of Mardi Gras #391D3C
RGB
CMYK
RGB Variations
Color information
#391D3C (or 0x391D3C) is known color: Mardi Gras. HEX triplet: 39, 1D and 3C. RGB value is (57,29,60). Sum of RGB (Red+Green+Blue) = 57+29+60=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #391D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D3C is #C6E2C3. Grayscale: #282828. Windows color (decimal): -13034180 or 3939641. OLE color: 3939641.
HSL color Cylindrical-coordinate representation of color #391D3C: hue angle of 294.19º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #391D3C is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 29 | 60 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.76 |
| HSL | 294.19º | 0.35% | 0.17% | - |
| HSV(B) | 294.19º | 0.52% | 0.24% | - |
| XYZ | 2.94 | 2.07 | 4.52 | - |
| YUV | 40.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 60 | 0.05 | 0.52 | 0 | 0.76 | 294.19 | 0.35 | 0.17 |
| Hex | 39 | 1D | 3C | 5 | 34 | 0 | 4C | 126 | 23 | 11 |
| Octal | 71 | 35 | 74 | 5 | 64 | 0 | 114 | 446 | 43 | 21 |
| Binary | 111001 | 11101 | 111100 | 101 | 110100 | 0 | 1001100 | 100100110 | 100011 | 10001 |
Color Harmonies of #391D3C
Complementary color
Monochromatic Colors of #391D3C
Black with #391D3C
Text Example
Text Example
White with #391D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D3C; }
p { color: rgb(57,29,60); }
H1.HeaderClassName
{
color: #391D3C;
}
.AnyTagClassName
{
color: #391D3C;
}
</style>
background-color css
<style>
a { background-color: #391D3C; }
a { background-color: rgb(57,29,60); }
div.DivClassName
{
background-color: #391D3C;
}
.BgClassName
{
background-color: #391D3C;
}
</style>
border-color css
<style>
span { border-color: #391D3C; }
span { border-color: rgb(57,29,60); }
td.TdClassName
{
border-color: #391D3C;
}
.TagClassName
{
border-color: #391D3C;
}
</style>