Shades of Mardi Gras #3C0E3D
Tints of Mardi Gras #3C0E3D
RGB
CMYK
RGB Variations
Color information
#3C0E3D (or 0x3C0E3D) is known color: Mardi Gras. HEX triplet: 3C, 0E and 3D. RGB value is (60,14,61). Sum of RGB (Red+Green+Blue) = 60+14+61=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C0E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E3D is #C3F1C2. Grayscale: #202020. Windows color (decimal): -12841411 or 4001340. OLE color: 4001340.
HSL color Cylindrical-coordinate representation of color #3C0E3D: hue angle of 298.72º 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 #3C0E3D is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 14 | 61 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.76 |
| HSL | 298.72º | 0.63% | 0.15% | - |
| HSV(B) | 298.72º | 0.77% | 0.24% | - |
| XYZ | 2.86 | 1.61 | 4.58 | - |
| YUV | 33.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 61 | 0.02 | 0.77 | 0 | 0.76 | 298.72 | 0.63 | 0.15 |
| Hex | 3C | E | 3D | 2 | 4D | 0 | 4C | 12B | 3F | F |
| Octal | 74 | 16 | 75 | 2 | 115 | 0 | 114 | 453 | 77 | 17 |
| Binary | 111100 | 1110 | 111101 | 10 | 1001101 | 0 | 1001100 | 100101011 | 111111 | 1111 |
Color Harmonies of #3C0E3D
Complementary color
Monochromatic Colors of #3C0E3D
Black with #3C0E3D
Text Example
Text Example
White with #3C0E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E3D; }
p { color: rgb(60,14,61); }
H1.HeaderClassName
{
color: #3C0E3D;
}
.AnyTagClassName
{
color: #3C0E3D;
}
</style>
background-color css
<style>
a { background-color: #3C0E3D; }
a { background-color: rgb(60,14,61); }
div.DivClassName
{
background-color: #3C0E3D;
}
.BgClassName
{
background-color: #3C0E3D;
}
</style>
border-color css
<style>
span { border-color: #3C0E3D; }
span { border-color: rgb(60,14,61); }
td.TdClassName
{
border-color: #3C0E3D;
}
.TagClassName
{
border-color: #3C0E3D;
}
</style>