Shades of Mardi Gras #3D1939
Tints of Mardi Gras #3D1939
RGB
CMYK
RGB Variations
Color information
#3D1939 (or 0x3D1939) is known color: Mardi Gras. HEX triplet: 3D, 19 and 39. RGB value is (61,25,57). Sum of RGB (Red+Green+Blue) = 61+25+57=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1939 is #C2E6C6. Grayscale: #272727. Windows color (decimal): -12773063 or 3742013. OLE color: 3742013.
HSL color Cylindrical-coordinate representation of color #3D1939: hue angle of 306.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1939 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 57 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.76 |
| HSL | 306.67º | 0.42% | 0.17% | - |
| HSV(B) | 306.67º | 0.59% | 0.24% | - |
| XYZ | 3.01 | 1.98 | 4.09 | - |
| YUV | 39.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 57 | 0 | 0.59 | 0.07 | 0.76 | 306.67 | 0.42 | 0.17 |
| Hex | 3D | 19 | 39 | 0 | 3B | 7 | 4C | 133 | 2A | 11 |
| Octal | 75 | 31 | 71 | 0 | 73 | 7 | 114 | 463 | 52 | 21 |
| Binary | 111101 | 11001 | 111001 | 0 | 111011 | 111 | 1001100 | 100110011 | 101010 | 10001 |
Color Harmonies of #3D1939
Complementary color
Monochromatic Colors of #3D1939
Black with #3D1939
Text Example
Text Example
White with #3D1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1939; }
p { color: rgb(61,25,57); }
H1.HeaderClassName
{
color: #3D1939;
}
.AnyTagClassName
{
color: #3D1939;
}
</style>
background-color css
<style>
a { background-color: #3D1939; }
a { background-color: rgb(61,25,57); }
div.DivClassName
{
background-color: #3D1939;
}
.BgClassName
{
background-color: #3D1939;
}
</style>
border-color css
<style>
span { border-color: #3D1939; }
span { border-color: rgb(61,25,57); }
td.TdClassName
{
border-color: #3D1939;
}
.TagClassName
{
border-color: #3D1939;
}
</style>