Shades of Mardi Gras #3D1141
Tints of Mardi Gras #3D1141
RGB
CMYK
RGB Variations
Color information
#3D1141 (or 0x3D1141) is known color: Mardi Gras. HEX triplet: 3D, 11 and 41. RGB value is (61,17,65). Sum of RGB (Red+Green+Blue) = 61+17+65=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1141 is #C2EEBE. Grayscale: #232323. Windows color (decimal): -12775103 or 4264253. OLE color: 4264253.
HSL color Cylindrical-coordinate representation of color #3D1141: hue angle of 295º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1141 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 17 | 65 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.75 |
| HSL | 295º | 0.59% | 0.16% | - |
| HSV(B) | 295º | 0.74% | 0.25% | - |
| XYZ | 3.08 | 1.77 | 5.18 | - |
| YUV | 35.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 65 | 0.06 | 0.74 | 0 | 0.75 | 295 | 0.59 | 0.16 |
| Hex | 3D | 11 | 41 | 6 | 4A | 0 | 4B | 127 | 3B | 10 |
| Octal | 75 | 21 | 101 | 6 | 112 | 0 | 113 | 447 | 73 | 20 |
| Binary | 111101 | 10001 | 1000001 | 110 | 1001010 | 0 | 1001011 | 100100111 | 111011 | 10000 |
Color Harmonies of #3D1141
Complementary color
Monochromatic Colors of #3D1141
Black with #3D1141
Text Example
Text Example
White with #3D1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1141; }
p { color: rgb(61,17,65); }
H1.HeaderClassName
{
color: #3D1141;
}
.AnyTagClassName
{
color: #3D1141;
}
</style>
background-color css
<style>
a { background-color: #3D1141; }
a { background-color: rgb(61,17,65); }
div.DivClassName
{
background-color: #3D1141;
}
.BgClassName
{
background-color: #3D1141;
}
</style>
border-color css
<style>
span { border-color: #3D1141; }
span { border-color: rgb(61,17,65); }
td.TdClassName
{
border-color: #3D1141;
}
.TagClassName
{
border-color: #3D1141;
}
</style>