Shades of Mardi Gras #3D0E40
Tints of Mardi Gras #3D0E40
RGB
CMYK
RGB Variations
Color information
#3D0E40 (or 0x3D0E40) is known color: Mardi Gras. HEX triplet: 3D, 0E and 40. RGB value is (61,14,64). Sum of RGB (Red+Green+Blue) = 61+14+64=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D0E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0E40 is #C2F1BF. Grayscale: #212121. Windows color (decimal): -12775872 or 4197949. OLE color: 4197949.
HSL color Cylindrical-coordinate representation of color #3D0E40: hue angle of 296.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D0E40 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 14 | 64 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.75 |
| HSL | 296.4º | 0.64% | 0.15% | - |
| HSV(B) | 296.4º | 0.78% | 0.25% | - |
| XYZ | 3.01 | 1.68 | 5.02 | - |
| YUV | 33.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 64 | 0.05 | 0.78 | 0 | 0.75 | 296.4 | 0.64 | 0.15 |
| Hex | 3D | E | 40 | 5 | 4E | 0 | 4B | 128 | 40 | F |
| Octal | 75 | 16 | 100 | 5 | 116 | 0 | 113 | 450 | 100 | 17 |
| Binary | 111101 | 1110 | 1000000 | 101 | 1001110 | 0 | 1001011 | 100101000 | 1000000 | 1111 |
Color Harmonies of #3D0E40
Complementary color
Monochromatic Colors of #3D0E40
Black with #3D0E40
Text Example
Text Example
White with #3D0E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E40; }
p { color: rgb(61,14,64); }
H1.HeaderClassName
{
color: #3D0E40;
}
.AnyTagClassName
{
color: #3D0E40;
}
</style>
background-color css
<style>
a { background-color: #3D0E40; }
a { background-color: rgb(61,14,64); }
div.DivClassName
{
background-color: #3D0E40;
}
.BgClassName
{
background-color: #3D0E40;
}
</style>
border-color css
<style>
span { border-color: #3D0E40; }
span { border-color: rgb(61,14,64); }
td.TdClassName
{
border-color: #3D0E40;
}
.TagClassName
{
border-color: #3D0E40;
}
</style>