Shades of Mardi Gras #3D1E3C
Tints of Mardi Gras #3D1E3C
RGB
CMYK
RGB Variations
Color information
#3D1E3C (or 0x3D1E3C) is known color: Mardi Gras. HEX triplet: 3D, 1E and 3C. RGB value is (61,30,60). Sum of RGB (Red+Green+Blue) = 61+30+60=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E3C is #C2E1C3. Grayscale: #2A2A2A. Windows color (decimal): -12771780 or 3939901. OLE color: 3939901.
HSL color Cylindrical-coordinate representation of color #3D1E3C: hue angle of 301.94º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D1E3C is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 60 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.76 |
| HSL | 301.94º | 0.34% | 0.18% | - |
| HSV(B) | 301.94º | 0.51% | 0.24% | - |
| XYZ | 3.2 | 2.25 | 4.54 | - |
| YUV | 42.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 60 | 0 | 0.51 | 0.02 | 0.76 | 301.94 | 0.34 | 0.18 |
| Hex | 3D | 1E | 3C | 0 | 33 | 2 | 4C | 12E | 22 | 12 |
| Octal | 75 | 36 | 74 | 0 | 63 | 2 | 114 | 456 | 42 | 22 |
| Binary | 111101 | 11110 | 111100 | 0 | 110011 | 10 | 1001100 | 100101110 | 100010 | 10010 |
Color Harmonies of #3D1E3C
Complementary color
Monochromatic Colors of #3D1E3C
Black with #3D1E3C
Text Example
Text Example
White with #3D1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E3C; }
p { color: rgb(61,30,60); }
H1.HeaderClassName
{
color: #3D1E3C;
}
.AnyTagClassName
{
color: #3D1E3C;
}
</style>
background-color css
<style>
a { background-color: #3D1E3C; }
a { background-color: rgb(61,30,60); }
div.DivClassName
{
background-color: #3D1E3C;
}
.BgClassName
{
background-color: #3D1E3C;
}
</style>
border-color css
<style>
span { border-color: #3D1E3C; }
span { border-color: rgb(61,30,60); }
td.TdClassName
{
border-color: #3D1E3C;
}
.TagClassName
{
border-color: #3D1E3C;
}
</style>