Shades of Mardi Gras #3D0E3C
Tints of Mardi Gras #3D0E3C
RGB
CMYK
RGB Variations
Color information
#3D0E3C (or 0x3D0E3C) is known color: Mardi Gras. HEX triplet: 3D, 0E and 3C. RGB value is (61,14,60). Sum of RGB (Red+Green+Blue) = 61+14+60=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0E3C is #C2F1C3. Grayscale: #212121. Windows color (decimal): -12775876 or 3935805. OLE color: 3935805.
HSL color Cylindrical-coordinate representation of color #3D0E3C: hue angle of 301.28º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D0E3C is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 14 | 60 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.76 |
| HSL | 301.28º | 0.63% | 0.15% | - |
| HSV(B) | 301.28º | 0.77% | 0.24% | - |
| XYZ | 2.9 | 1.63 | 4.44 | - |
| YUV | 33.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 60 | 0 | 0.77 | 0.02 | 0.76 | 301.28 | 0.63 | 0.15 |
| Hex | 3D | E | 3C | 0 | 4D | 2 | 4C | 12D | 3F | F |
| Octal | 75 | 16 | 74 | 0 | 115 | 2 | 114 | 455 | 77 | 17 |
| Binary | 111101 | 1110 | 111100 | 0 | 1001101 | 10 | 1001100 | 100101101 | 111111 | 1111 |
Color Harmonies of #3D0E3C
Complementary color
Monochromatic Colors of #3D0E3C
Black with #3D0E3C
Text Example
Text Example
White with #3D0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E3C; }
p { color: rgb(61,14,60); }
H1.HeaderClassName
{
color: #3D0E3C;
}
.AnyTagClassName
{
color: #3D0E3C;
}
</style>
background-color css
<style>
a { background-color: #3D0E3C; }
a { background-color: rgb(61,14,60); }
div.DivClassName
{
background-color: #3D0E3C;
}
.BgClassName
{
background-color: #3D0E3C;
}
</style>
border-color css
<style>
span { border-color: #3D0E3C; }
span { border-color: rgb(61,14,60); }
td.TdClassName
{
border-color: #3D0E3C;
}
.TagClassName
{
border-color: #3D0E3C;
}
</style>