Shades of Mardi Gras #3C143D
Tints of Mardi Gras #3C143D
RGB
CMYK
RGB Variations
Color information
#3C143D (or 0x3C143D) is known color: Mardi Gras. HEX triplet: 3C, 14 and 3D. RGB value is (60,20,61). Sum of RGB (Red+Green+Blue) = 60+20+61=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C143D is #C3EBC2. Grayscale: #242424. Windows color (decimal): -12839875 or 4002876. OLE color: 4002876.
HSL color Cylindrical-coordinate representation of color #3C143D: hue angle of 298.54º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C143D is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 20 | 61 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.76 |
| HSL | 298.54º | 0.51% | 0.16% | - |
| HSV(B) | 298.54º | 0.67% | 0.24% | - |
| XYZ | 2.96 | 1.8 | 4.61 | - |
| YUV | 36.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 61 | 0.02 | 0.67 | 0 | 0.76 | 298.54 | 0.51 | 0.16 |
| Hex | 3C | 14 | 3D | 2 | 43 | 0 | 4C | 12B | 33 | 10 |
| Octal | 74 | 24 | 75 | 2 | 103 | 0 | 114 | 453 | 63 | 20 |
| Binary | 111100 | 10100 | 111101 | 10 | 1000011 | 0 | 1001100 | 100101011 | 110011 | 10000 |
Color Harmonies of #3C143D
Complementary color
Monochromatic Colors of #3C143D
Black with #3C143D
Text Example
Text Example
White with #3C143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C143D; }
p { color: rgb(60,20,61); }
H1.HeaderClassName
{
color: #3C143D;
}
.AnyTagClassName
{
color: #3C143D;
}
</style>
background-color css
<style>
a { background-color: #3C143D; }
a { background-color: rgb(60,20,61); }
div.DivClassName
{
background-color: #3C143D;
}
.BgClassName
{
background-color: #3C143D;
}
</style>
border-color css
<style>
span { border-color: #3C143D; }
span { border-color: rgb(60,20,61); }
td.TdClassName
{
border-color: #3C143D;
}
.TagClassName
{
border-color: #3C143D;
}
</style>