Shades of Mardi Gras #3D1139
Tints of Mardi Gras #3D1139
RGB
CMYK
RGB Variations
Color information
#3D1139 (or 0x3D1139) is known color: Mardi Gras. HEX triplet: 3D, 11 and 39. RGB value is (61,17,57). Sum of RGB (Red+Green+Blue) = 61+17+57=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1139 is #C2EEC6. Grayscale: #222222. Windows color (decimal): -12775111 or 3739965. OLE color: 3739965.
HSL color Cylindrical-coordinate representation of color #3D1139: hue angle of 305.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1139 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 17 | 57 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.76 |
| HSL | 305.45º | 0.56% | 0.15% | - |
| HSV(B) | 305.45º | 0.72% | 0.24% | - |
| XYZ | 2.86 | 1.69 | 4.05 | - |
| YUV | 34.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 57 | 0 | 0.72 | 0.07 | 0.76 | 305.45 | 0.56 | 0.15 |
| Hex | 3D | 11 | 39 | 0 | 48 | 7 | 4C | 131 | 38 | F |
| Octal | 75 | 21 | 71 | 0 | 110 | 7 | 114 | 461 | 70 | 17 |
| Binary | 111101 | 10001 | 111001 | 0 | 1001000 | 111 | 1001100 | 100110001 | 111000 | 1111 |
Color Harmonies of #3D1139
Complementary color
Monochromatic Colors of #3D1139
Black with #3D1139
Text Example
Text Example
White with #3D1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1139; }
p { color: rgb(61,17,57); }
H1.HeaderClassName
{
color: #3D1139;
}
.AnyTagClassName
{
color: #3D1139;
}
</style>
background-color css
<style>
a { background-color: #3D1139; }
a { background-color: rgb(61,17,57); }
div.DivClassName
{
background-color: #3D1139;
}
.BgClassName
{
background-color: #3D1139;
}
</style>
border-color css
<style>
span { border-color: #3D1139; }
span { border-color: rgb(61,17,57); }
td.TdClassName
{
border-color: #3D1139;
}
.TagClassName
{
border-color: #3D1139;
}
</style>