Shades of Mardi Gras #3D1D3F
Tints of Mardi Gras #3D1D3F
RGB
CMYK
RGB Variations
Color information
#3D1D3F (or 0x3D1D3F) is known color: Mardi Gras. HEX triplet: 3D, 1D and 3F. RGB value is (61,29,63). Sum of RGB (Red+Green+Blue) = 61+29+63=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D1D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D3F is #C2E2C0. Grayscale: #2A2A2A. Windows color (decimal): -12772033 or 4136253. OLE color: 4136253.
HSL color Cylindrical-coordinate representation of color #3D1D3F: hue angle of 296.47º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D1D3F is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 29 | 63 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.75 |
| HSL | 296.47º | 0.37% | 0.18% | - |
| HSV(B) | 296.47º | 0.54% | 0.25% | - |
| XYZ | 3.26 | 2.23 | 4.96 | - |
| YUV | 42.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 63 | 0.03 | 0.54 | 0 | 0.75 | 296.47 | 0.37 | 0.18 |
| Hex | 3D | 1D | 3F | 3 | 36 | 0 | 4B | 128 | 25 | 12 |
| Octal | 75 | 35 | 77 | 3 | 66 | 0 | 113 | 450 | 45 | 22 |
| Binary | 111101 | 11101 | 111111 | 11 | 110110 | 0 | 1001011 | 100101000 | 100101 | 10010 |
Color Harmonies of #3D1D3F
Complementary color
Monochromatic Colors of #3D1D3F
Black with #3D1D3F
Text Example
Text Example
White with #3D1D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D3F; }
p { color: rgb(61,29,63); }
H1.HeaderClassName
{
color: #3D1D3F;
}
.AnyTagClassName
{
color: #3D1D3F;
}
</style>
background-color css
<style>
a { background-color: #3D1D3F; }
a { background-color: rgb(61,29,63); }
div.DivClassName
{
background-color: #3D1D3F;
}
.BgClassName
{
background-color: #3D1D3F;
}
</style>
border-color css
<style>
span { border-color: #3D1D3F; }
span { border-color: rgb(61,29,63); }
td.TdClassName
{
border-color: #3D1D3F;
}
.TagClassName
{
border-color: #3D1D3F;
}
</style>