Shades of Mardi Gras #3D1340
Tints of Mardi Gras #3D1340
RGB
CMYK
RGB Variations
Color information
#3D1340 (or 0x3D1340) is known color: Mardi Gras. HEX triplet: 3D, 13 and 40. RGB value is (61,19,64). Sum of RGB (Red+Green+Blue) = 61+19+64=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D1340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1340 is #C2ECBF. Grayscale: #242424. Windows color (decimal): -12774592 or 4199229. OLE color: 4199229.
HSL color Cylindrical-coordinate representation of color #3D1340: hue angle of 296º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1340 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 19 | 64 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.75 |
| HSL | 296º | 0.54% | 0.16% | - |
| HSV(B) | 296º | 0.7% | 0.25% | - |
| XYZ | 3.08 | 1.83 | 5.04 | - |
| YUV | 36.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 64 | 0.05 | 0.70 | 0 | 0.75 | 296 | 0.54 | 0.16 |
| Hex | 3D | 13 | 40 | 5 | 46 | 0 | 4B | 128 | 36 | 10 |
| Octal | 75 | 23 | 100 | 5 | 106 | 0 | 113 | 450 | 66 | 20 |
| Binary | 111101 | 10011 | 1000000 | 101 | 1000110 | 0 | 1001011 | 100101000 | 110110 | 10000 |
Color Harmonies of #3D1340
Complementary color
Monochromatic Colors of #3D1340
Black with #3D1340
Text Example
Text Example
White with #3D1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1340; }
p { color: rgb(61,19,64); }
H1.HeaderClassName
{
color: #3D1340;
}
.AnyTagClassName
{
color: #3D1340;
}
</style>
background-color css
<style>
a { background-color: #3D1340; }
a { background-color: rgb(61,19,64); }
div.DivClassName
{
background-color: #3D1340;
}
.BgClassName
{
background-color: #3D1340;
}
</style>
border-color css
<style>
span { border-color: #3D1340; }
span { border-color: rgb(61,19,64); }
td.TdClassName
{
border-color: #3D1340;
}
.TagClassName
{
border-color: #3D1340;
}
</style>