Shades of Mardi Gras #3C1443
Tints of Mardi Gras #3C1443
RGB
CMYK
RGB Variations
Color information
#3C1443 (or 0x3C1443) is known color: Mardi Gras. HEX triplet: 3C, 14 and 43. RGB value is (60,20,67). Sum of RGB (Red+Green+Blue) = 60+20+67=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C1443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1443 is #C3EBBC. Grayscale: #252525. Windows color (decimal): -12839869 or 4396092. OLE color: 4396092.
HSL color Cylindrical-coordinate representation of color #3C1443: hue angle of 291.06º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1443 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 20 | 67 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.74 |
| HSL | 291.06º | 0.54% | 0.17% | - |
| HSV(B) | 291.06º | 0.7% | 0.26% | - |
| XYZ | 3.13 | 1.87 | 5.51 | - |
| YUV | 37.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 67 | 0.10 | 0.70 | 0 | 0.74 | 291.06 | 0.54 | 0.17 |
| Hex | 3C | 14 | 43 | A | 46 | 0 | 4A | 123 | 36 | 11 |
| Octal | 74 | 24 | 103 | 12 | 106 | 0 | 112 | 443 | 66 | 21 |
| Binary | 111100 | 10100 | 1000011 | 1010 | 1000110 | 0 | 1001010 | 100100011 | 110110 | 10001 |
Color Harmonies of #3C1443
Complementary color
Monochromatic Colors of #3C1443
Black with #3C1443
Text Example
Text Example
White with #3C1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1443; }
p { color: rgb(60,20,67); }
H1.HeaderClassName
{
color: #3C1443;
}
.AnyTagClassName
{
color: #3C1443;
}
</style>
background-color css
<style>
a { background-color: #3C1443; }
a { background-color: rgb(60,20,67); }
div.DivClassName
{
background-color: #3C1443;
}
.BgClassName
{
background-color: #3C1443;
}
</style>
border-color css
<style>
span { border-color: #3C1443; }
span { border-color: rgb(60,20,67); }
td.TdClassName
{
border-color: #3C1443;
}
.TagClassName
{
border-color: #3C1443;
}
</style>