Shades of Mardi Gras #3C0937
Tints of Mardi Gras #3C0937
RGB
CMYK
RGB Variations
Color information
#3C0937 (or 0x3C0937) is known color: Mardi Gras. HEX triplet: 3C, 09 and 37. RGB value is (60,9,55). Sum of RGB (Red+Green+Blue) = 60+9+55=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0937 is #C3F6C8. Grayscale: #1D1D1D. Windows color (decimal): -12842697 or 3606844. OLE color: 3606844.
HSL color Cylindrical-coordinate representation of color #3C0937: hue angle of 305.88º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C0937 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 55 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.76 |
| HSL | 305.88º | 0.74% | 0.14% | - |
| HSV(B) | 305.88º | 0.85% | 0.24% | - |
| XYZ | 2.65 | 1.43 | 3.75 | - |
| YUV | 29.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 55 | 0 | 0.85 | 0.08 | 0.76 | 305.88 | 0.74 | 0.14 |
| Hex | 3C | 9 | 37 | 0 | 55 | 8 | 4C | 132 | 4A | E |
| Octal | 74 | 11 | 67 | 0 | 125 | 10 | 114 | 462 | 112 | 16 |
| Binary | 111100 | 1001 | 110111 | 0 | 1010101 | 1000 | 1001100 | 100110010 | 1001010 | 1110 |
Color Harmonies of #3C0937
Complementary color
Monochromatic Colors of #3C0937
Black with #3C0937
Text Example
Text Example
White with #3C0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0937; }
p { color: rgb(60,9,55); }
H1.HeaderClassName
{
color: #3C0937;
}
.AnyTagClassName
{
color: #3C0937;
}
</style>
background-color css
<style>
a { background-color: #3C0937; }
a { background-color: rgb(60,9,55); }
div.DivClassName
{
background-color: #3C0937;
}
.BgClassName
{
background-color: #3C0937;
}
</style>
border-color css
<style>
span { border-color: #3C0937; }
span { border-color: rgb(60,9,55); }
td.TdClassName
{
border-color: #3C0937;
}
.TagClassName
{
border-color: #3C0937;
}
</style>