Shades of Mardi Gras #3C143F
Tints of Mardi Gras #3C143F
RGB
CMYK
RGB Variations
Color information
#3C143F (or 0x3C143F) is known color: Mardi Gras. HEX triplet: 3C, 14 and 3F. RGB value is (60,20,63). Sum of RGB (Red+Green+Blue) = 60+20+63=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C143F is #C3EBC0. Grayscale: #242424. Windows color (decimal): -12839873 or 4133948. OLE color: 4133948.
HSL color Cylindrical-coordinate representation of color #3C143F: hue angle of 295.81º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C143F is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 20 | 63 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.75 |
| HSL | 295.81º | 0.52% | 0.16% | - |
| HSV(B) | 295.81º | 0.68% | 0.25% | - |
| XYZ | 3.01 | 1.82 | 4.9 | - |
| YUV | 36.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 63 | 0.05 | 0.68 | 0 | 0.75 | 295.81 | 0.52 | 0.16 |
| Hex | 3C | 14 | 3F | 5 | 44 | 0 | 4B | 128 | 34 | 10 |
| Octal | 74 | 24 | 77 | 5 | 104 | 0 | 113 | 450 | 64 | 20 |
| Binary | 111100 | 10100 | 111111 | 101 | 1000100 | 0 | 1001011 | 100101000 | 110100 | 10000 |
Color Harmonies of #3C143F
Complementary color
Monochromatic Colors of #3C143F
Black with #3C143F
Text Example
Text Example
White with #3C143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C143F; }
p { color: rgb(60,20,63); }
H1.HeaderClassName
{
color: #3C143F;
}
.AnyTagClassName
{
color: #3C143F;
}
</style>
background-color css
<style>
a { background-color: #3C143F; }
a { background-color: rgb(60,20,63); }
div.DivClassName
{
background-color: #3C143F;
}
.BgClassName
{
background-color: #3C143F;
}
</style>
border-color css
<style>
span { border-color: #3C143F; }
span { border-color: rgb(60,20,63); }
td.TdClassName
{
border-color: #3C143F;
}
.TagClassName
{
border-color: #3C143F;
}
</style>