Shades of Mardi Gras #3C0A3D
Tints of Mardi Gras #3C0A3D
RGB
CMYK
RGB Variations
Color information
#3C0A3D (or 0x3C0A3D) is known color: Mardi Gras. HEX triplet: 3C, 0A and 3D. RGB value is (60,10,61). Sum of RGB (Red+Green+Blue) = 60+10+61=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C0A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0A3D is #C3F5C2. Grayscale: #1E1E1E. Windows color (decimal): -12842435 or 4000316. OLE color: 4000316.
HSL color Cylindrical-coordinate representation of color #3C0A3D: hue angle of 298.82º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C0A3D is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 10 | 61 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.76 |
| HSL | 298.82º | 0.72% | 0.14% | - |
| HSV(B) | 298.82º | 0.84% | 0.24% | - |
| XYZ | 2.81 | 1.51 | 4.56 | - |
| YUV | 30.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 61 | 0.02 | 0.84 | 0 | 0.76 | 298.82 | 0.72 | 0.14 |
| Hex | 3C | A | 3D | 2 | 54 | 0 | 4C | 12B | 48 | E |
| Octal | 74 | 12 | 75 | 2 | 124 | 0 | 114 | 453 | 110 | 16 |
| Binary | 111100 | 1010 | 111101 | 10 | 1010100 | 0 | 1001100 | 100101011 | 1001000 | 1110 |
Color Harmonies of #3C0A3D
Complementary color
Monochromatic Colors of #3C0A3D
Black with #3C0A3D
Text Example
Text Example
White with #3C0A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A3D; }
p { color: rgb(60,10,61); }
H1.HeaderClassName
{
color: #3C0A3D;
}
.AnyTagClassName
{
color: #3C0A3D;
}
</style>
background-color css
<style>
a { background-color: #3C0A3D; }
a { background-color: rgb(60,10,61); }
div.DivClassName
{
background-color: #3C0A3D;
}
.BgClassName
{
background-color: #3C0A3D;
}
</style>
border-color css
<style>
span { border-color: #3C0A3D; }
span { border-color: rgb(60,10,61); }
td.TdClassName
{
border-color: #3C0A3D;
}
.TagClassName
{
border-color: #3C0A3D;
}
</style>