Shades of Mardi Gras #3D1D3C
Tints of Mardi Gras #3D1D3C
RGB
CMYK
RGB Variations
Color information
#3D1D3C (or 0x3D1D3C) is known color: Mardi Gras. HEX triplet: 3D, 1D and 3C. RGB value is (61,29,60). Sum of RGB (Red+Green+Blue) = 61+29+60=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D3C is #C2E2C3. Grayscale: #2A2A2A. Windows color (decimal): -12772036 or 3939645. OLE color: 3939645.
HSL color Cylindrical-coordinate representation of color #3D1D3C: hue angle of 301.88º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D1D3C is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 60 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.76 |
| HSL | 301.88º | 0.36% | 0.18% | - |
| HSV(B) | 301.88º | 0.52% | 0.24% | - |
| XYZ | 3.18 | 2.2 | 4.53 | - |
| YUV | 42.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 60 | 0 | 0.52 | 0.02 | 0.76 | 301.88 | 0.36 | 0.18 |
| Hex | 3D | 1D | 3C | 0 | 34 | 2 | 4C | 12E | 24 | 12 |
| Octal | 75 | 35 | 74 | 0 | 64 | 2 | 114 | 456 | 44 | 22 |
| Binary | 111101 | 11101 | 111100 | 0 | 110100 | 10 | 1001100 | 100101110 | 100100 | 10010 |
Color Harmonies of #3D1D3C
Complementary color
Monochromatic Colors of #3D1D3C
Black with #3D1D3C
Text Example
Text Example
White with #3D1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D3C; }
p { color: rgb(61,29,60); }
H1.HeaderClassName
{
color: #3D1D3C;
}
.AnyTagClassName
{
color: #3D1D3C;
}
</style>
background-color css
<style>
a { background-color: #3D1D3C; }
a { background-color: rgb(61,29,60); }
div.DivClassName
{
background-color: #3D1D3C;
}
.BgClassName
{
background-color: #3D1D3C;
}
</style>
border-color css
<style>
span { border-color: #3D1D3C; }
span { border-color: rgb(61,29,60); }
td.TdClassName
{
border-color: #3D1D3C;
}
.TagClassName
{
border-color: #3D1D3C;
}
</style>