Shades of Mardi Gras #3C1243
Tints of Mardi Gras #3C1243
RGB
CMYK
RGB Variations
Color information
#3C1243 (or 0x3C1243) is known color: Mardi Gras. HEX triplet: 3C, 12 and 43. RGB value is (60,18,67). Sum of RGB (Red+Green+Blue) = 60+18+67=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C1243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1243 is #C3EDBC. Grayscale: #232323. Windows color (decimal): -12840381 or 4395580. OLE color: 4395580.
HSL color Cylindrical-coordinate representation of color #3C1243: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1243 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 18 | 67 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.74 |
| HSL | 291.43º | 0.58% | 0.17% | - |
| HSV(B) | 291.43º | 0.73% | 0.26% | - |
| XYZ | 3.09 | 1.8 | 5.49 | - |
| YUV | 36.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 67 | 0.10 | 0.73 | 0 | 0.74 | 291.43 | 0.58 | 0.17 |
| Hex | 3C | 12 | 43 | A | 49 | 0 | 4A | 123 | 3A | 11 |
| Octal | 74 | 22 | 103 | 12 | 111 | 0 | 112 | 443 | 72 | 21 |
| Binary | 111100 | 10010 | 1000011 | 1010 | 1001001 | 0 | 1001010 | 100100011 | 111010 | 10001 |
Color Harmonies of #3C1243
Complementary color
Monochromatic Colors of #3C1243
Black with #3C1243
Text Example
Text Example
White with #3C1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1243; }
p { color: rgb(60,18,67); }
H1.HeaderClassName
{
color: #3C1243;
}
.AnyTagClassName
{
color: #3C1243;
}
</style>
background-color css
<style>
a { background-color: #3C1243; }
a { background-color: rgb(60,18,67); }
div.DivClassName
{
background-color: #3C1243;
}
.BgClassName
{
background-color: #3C1243;
}
</style>
border-color css
<style>
span { border-color: #3C1243; }
span { border-color: rgb(60,18,67); }
td.TdClassName
{
border-color: #3C1243;
}
.TagClassName
{
border-color: #3C1243;
}
</style>