Shades of Mardi Gras #3C0D3B
Tints of Mardi Gras #3C0D3B
RGB
CMYK
RGB Variations
Color information
#3C0D3B (or 0x3C0D3B) is known color: Mardi Gras. HEX triplet: 3C, 0D and 3B. RGB value is (60,13,59). Sum of RGB (Red+Green+Blue) = 60+13+59=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D3B is #C3F2C4. Grayscale: #202020. Windows color (decimal): -12841669 or 3870012. OLE color: 3870012.
HSL color Cylindrical-coordinate representation of color #3C0D3B: hue angle of 301.28º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0D3B is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 59 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.76 |
| HSL | 301.28º | 0.64% | 0.14% | - |
| HSV(B) | 301.28º | 0.78% | 0.24% | - |
| XYZ | 2.8 | 1.56 | 4.29 | - |
| YUV | 32.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 59 | 0 | 0.78 | 0.02 | 0.76 | 301.28 | 0.64 | 0.14 |
| Hex | 3C | D | 3B | 0 | 4E | 2 | 4C | 12D | 40 | E |
| Octal | 74 | 15 | 73 | 0 | 116 | 2 | 114 | 455 | 100 | 16 |
| Binary | 111100 | 1101 | 111011 | 0 | 1001110 | 10 | 1001100 | 100101101 | 1000000 | 1110 |
Color Harmonies of #3C0D3B
Complementary color
Monochromatic Colors of #3C0D3B
Black with #3C0D3B
Text Example
Text Example
White with #3C0D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D3B; }
p { color: rgb(60,13,59); }
H1.HeaderClassName
{
color: #3C0D3B;
}
.AnyTagClassName
{
color: #3C0D3B;
}
</style>
background-color css
<style>
a { background-color: #3C0D3B; }
a { background-color: rgb(60,13,59); }
div.DivClassName
{
background-color: #3C0D3B;
}
.BgClassName
{
background-color: #3C0D3B;
}
</style>
border-color css
<style>
span { border-color: #3C0D3B; }
span { border-color: rgb(60,13,59); }
td.TdClassName
{
border-color: #3C0D3B;
}
.TagClassName
{
border-color: #3C0D3B;
}
</style>