Shades of Mardi Gras #3C1836
Tints of Mardi Gras #3C1836
RGB
CMYK
RGB Variations
Color information
#3C1836 (or 0x3C1836) is known color: Mardi Gras. HEX triplet: 3C, 18 and 36. RGB value is (60,24,54). Sum of RGB (Red+Green+Blue) = 60+24+54=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1836 is #C3E7C9. Grayscale: #262626. Windows color (decimal): -12838858 or 3545148. OLE color: 3545148.
HSL color Cylindrical-coordinate representation of color #3C1836: hue angle of 310º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C1836 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 54 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.76 |
| HSL | 310º | 0.43% | 0.16% | - |
| HSV(B) | 310º | 0.6% | 0.24% | - |
| XYZ | 2.86 | 1.88 | 3.7 | - |
| YUV | 38.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 54 | 0 | 0.60 | 0.10 | 0.76 | 310 | 0.43 | 0.16 |
| Hex | 3C | 18 | 36 | 0 | 3C | A | 4C | 136 | 2B | 10 |
| Octal | 74 | 30 | 66 | 0 | 74 | 12 | 114 | 466 | 53 | 20 |
| Binary | 111100 | 11000 | 110110 | 0 | 111100 | 1010 | 1001100 | 100110110 | 101011 | 10000 |
Color Harmonies of #3C1836
Complementary color
Monochromatic Colors of #3C1836
Black with #3C1836
Text Example
Text Example
White with #3C1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1836; }
p { color: rgb(60,24,54); }
H1.HeaderClassName
{
color: #3C1836;
}
.AnyTagClassName
{
color: #3C1836;
}
</style>
background-color css
<style>
a { background-color: #3C1836; }
a { background-color: rgb(60,24,54); }
div.DivClassName
{
background-color: #3C1836;
}
.BgClassName
{
background-color: #3C1836;
}
</style>
border-color css
<style>
span { border-color: #3C1836; }
span { border-color: rgb(60,24,54); }
td.TdClassName
{
border-color: #3C1836;
}
.TagClassName
{
border-color: #3C1836;
}
</style>