Shades of Mardi Gras #391D3B
Tints of Mardi Gras #391D3B
RGB
CMYK
RGB Variations
Color information
#391D3B (or 0x391D3B) is known color: Mardi Gras. HEX triplet: 39, 1D and 3B. RGB value is (57,29,59). Sum of RGB (Red+Green+Blue) = 57+29+59=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #391D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D3B is #C6E2C4. Grayscale: #282828. Windows color (decimal): -13034181 or 3874105. OLE color: 3874105.
HSL color Cylindrical-coordinate representation of color #391D3B: hue angle of 296º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391D3B is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 29 | 59 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.77 |
| HSL | 296º | 0.34% | 0.17% | - |
| HSV(B) | 296º | 0.51% | 0.23% | - |
| XYZ | 2.92 | 2.06 | 4.38 | - |
| YUV | 40.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 29 | 59 | 0.03 | 0.51 | 0 | 0.77 | 296 | 0.34 | 0.17 |
| Hex | 39 | 1D | 3B | 3 | 33 | 0 | 4D | 128 | 22 | 11 |
| Octal | 71 | 35 | 73 | 3 | 63 | 0 | 115 | 450 | 42 | 21 |
| Binary | 111001 | 11101 | 111011 | 11 | 110011 | 0 | 1001101 | 100101000 | 100010 | 10001 |
Color Harmonies of #391D3B
Complementary color
Monochromatic Colors of #391D3B
Black with #391D3B
Text Example
Text Example
White with #391D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391D3B; }
p { color: rgb(57,29,59); }
H1.HeaderClassName
{
color: #391D3B;
}
.AnyTagClassName
{
color: #391D3B;
}
</style>
background-color css
<style>
a { background-color: #391D3B; }
a { background-color: rgb(57,29,59); }
div.DivClassName
{
background-color: #391D3B;
}
.BgClassName
{
background-color: #391D3B;
}
</style>
border-color css
<style>
span { border-color: #391D3B; }
span { border-color: rgb(57,29,59); }
td.TdClassName
{
border-color: #391D3B;
}
.TagClassName
{
border-color: #391D3B;
}
</style>