Shades of Mardi Gras #3D1A3C
Tints of Mardi Gras #3D1A3C
RGB
CMYK
RGB Variations
Color information
#3D1A3C (or 0x3D1A3C) is known color: Mardi Gras. HEX triplet: 3D, 1A and 3C. RGB value is (61,26,60). Sum of RGB (Red+Green+Blue) = 61+26+60=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1A3C is #C2E5C3. Grayscale: #282828. Windows color (decimal): -12772804 or 3938877. OLE color: 3938877.
HSL color Cylindrical-coordinate representation of color #3D1A3C: hue angle of 301.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D1A3C is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 26 | 60 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.76 |
| HSL | 301.71º | 0.4% | 0.17% | - |
| HSV(B) | 301.71º | 0.57% | 0.24% | - |
| XYZ | 3.11 | 2.06 | 4.51 | - |
| YUV | 40.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 60 | 0 | 0.57 | 0.02 | 0.76 | 301.71 | 0.4 | 0.17 |
| Hex | 3D | 1A | 3C | 0 | 39 | 2 | 4C | 12E | 28 | 11 |
| Octal | 75 | 32 | 74 | 0 | 71 | 2 | 114 | 456 | 50 | 21 |
| Binary | 111101 | 11010 | 111100 | 0 | 111001 | 10 | 1001100 | 100101110 | 101000 | 10001 |
Color Harmonies of #3D1A3C
Complementary color
Monochromatic Colors of #3D1A3C
Black with #3D1A3C
Text Example
Text Example
White with #3D1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1A3C; }
p { color: rgb(61,26,60); }
H1.HeaderClassName
{
color: #3D1A3C;
}
.AnyTagClassName
{
color: #3D1A3C;
}
</style>
background-color css
<style>
a { background-color: #3D1A3C; }
a { background-color: rgb(61,26,60); }
div.DivClassName
{
background-color: #3D1A3C;
}
.BgClassName
{
background-color: #3D1A3C;
}
</style>
border-color css
<style>
span { border-color: #3D1A3C; }
span { border-color: rgb(61,26,60); }
td.TdClassName
{
border-color: #3D1A3C;
}
.TagClassName
{
border-color: #3D1A3C;
}
</style>