Shades of Mardi Gras #3D1D42
Tints of Mardi Gras #3D1D42
RGB
CMYK
RGB Variations
Color information
#3D1D42 (or 0x3D1D42) is known color: Mardi Gras. HEX triplet: 3D, 1D and 42. RGB value is (61,29,66). Sum of RGB (Red+Green+Blue) = 61+29+66=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D1D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D42 is #C2E2BD. Grayscale: #2A2A2A. Windows color (decimal): -12772030 or 4332861. OLE color: 4332861.
HSL color Cylindrical-coordinate representation of color #3D1D42: hue angle of 291.89º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D1D42 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 29 | 66 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.74 |
| HSL | 291.89º | 0.39% | 0.19% | - |
| HSV(B) | 291.89º | 0.56% | 0.26% | - |
| XYZ | 3.35 | 2.26 | 5.41 | - |
| YUV | 42.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 66 | 0.08 | 0.56 | 0 | 0.74 | 291.89 | 0.39 | 0.19 |
| Hex | 3D | 1D | 42 | 8 | 38 | 0 | 4A | 124 | 27 | 13 |
| Octal | 75 | 35 | 102 | 10 | 70 | 0 | 112 | 444 | 47 | 23 |
| Binary | 111101 | 11101 | 1000010 | 1000 | 111000 | 0 | 1001010 | 100100100 | 100111 | 10011 |
Color Harmonies of #3D1D42
Complementary color
Monochromatic Colors of #3D1D42
Black with #3D1D42
Text Example
Text Example
White with #3D1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D42; }
p { color: rgb(61,29,66); }
H1.HeaderClassName
{
color: #3D1D42;
}
.AnyTagClassName
{
color: #3D1D42;
}
</style>
background-color css
<style>
a { background-color: #3D1D42; }
a { background-color: rgb(61,29,66); }
div.DivClassName
{
background-color: #3D1D42;
}
.BgClassName
{
background-color: #3D1D42;
}
</style>
border-color css
<style>
span { border-color: #3D1D42; }
span { border-color: rgb(61,29,66); }
td.TdClassName
{
border-color: #3D1D42;
}
.TagClassName
{
border-color: #3D1D42;
}
</style>