Shades of Mardi Gras #3C0C3B
Tints of Mardi Gras #3C0C3B
RGB
CMYK
RGB Variations
Color information
#3C0C3B (or 0x3C0C3B) is known color: Mardi Gras. HEX triplet: 3C, 0C and 3B. RGB value is (60,12,59). Sum of RGB (Red+Green+Blue) = 60+12+59=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C3B is #C3F3C4. Grayscale: #1F1F1F. Windows color (decimal): -12841925 or 3869756. OLE color: 3869756.
HSL color Cylindrical-coordinate representation of color #3C0C3B: hue angle of 301.25º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C0C3B is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 12 | 59 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.76 |
| HSL | 301.25º | 0.67% | 0.14% | - |
| HSV(B) | 301.25º | 0.8% | 0.24% | - |
| XYZ | 2.78 | 1.54 | 4.29 | - |
| YUV | 31.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 59 | 0 | 0.80 | 0.02 | 0.76 | 301.25 | 0.67 | 0.14 |
| Hex | 3C | C | 3B | 0 | 50 | 2 | 4C | 12D | 43 | E |
| Octal | 74 | 14 | 73 | 0 | 120 | 2 | 114 | 455 | 103 | 16 |
| Binary | 111100 | 1100 | 111011 | 0 | 1010000 | 10 | 1001100 | 100101101 | 1000011 | 1110 |
Color Harmonies of #3C0C3B
Complementary color
Monochromatic Colors of #3C0C3B
Black with #3C0C3B
Text Example
Text Example
White with #3C0C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C3B; }
p { color: rgb(60,12,59); }
H1.HeaderClassName
{
color: #3C0C3B;
}
.AnyTagClassName
{
color: #3C0C3B;
}
</style>
background-color css
<style>
a { background-color: #3C0C3B; }
a { background-color: rgb(60,12,59); }
div.DivClassName
{
background-color: #3C0C3B;
}
.BgClassName
{
background-color: #3C0C3B;
}
</style>
border-color css
<style>
span { border-color: #3C0C3B; }
span { border-color: rgb(60,12,59); }
td.TdClassName
{
border-color: #3C0C3B;
}
.TagClassName
{
border-color: #3C0C3B;
}
</style>