Shades of Mardi Gras #3C093B
Tints of Mardi Gras #3C093B
RGB
CMYK
RGB Variations
Color information
#3C093B (or 0x3C093B) is known color: Mardi Gras. HEX triplet: 3C, 09 and 3B. RGB value is (60,9,59). Sum of RGB (Red+Green+Blue) = 60+9+59=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C093B is #C3F6C4. Grayscale: #1D1D1D. Windows color (decimal): -12842693 or 3868988. OLE color: 3868988.
HSL color Cylindrical-coordinate representation of color #3C093B: hue angle of 301.18º 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 #3C093B is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 59 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.76 |
| HSL | 301.18º | 0.74% | 0.14% | - |
| HSV(B) | 301.18º | 0.85% | 0.24% | - |
| XYZ | 2.75 | 1.47 | 4.28 | - |
| YUV | 29.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 59 | 0 | 0.85 | 0.02 | 0.76 | 301.18 | 0.74 | 0.14 |
| Hex | 3C | 9 | 3B | 0 | 55 | 2 | 4C | 12D | 4A | E |
| Octal | 74 | 11 | 73 | 0 | 125 | 2 | 114 | 455 | 112 | 16 |
| Binary | 111100 | 1001 | 111011 | 0 | 1010101 | 10 | 1001100 | 100101101 | 1001010 | 1110 |
Color Harmonies of #3C093B
Complementary color
Monochromatic Colors of #3C093B
Black with #3C093B
Text Example
Text Example
White with #3C093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C093B; }
p { color: rgb(60,9,59); }
H1.HeaderClassName
{
color: #3C093B;
}
.AnyTagClassName
{
color: #3C093B;
}
</style>
background-color css
<style>
a { background-color: #3C093B; }
a { background-color: rgb(60,9,59); }
div.DivClassName
{
background-color: #3C093B;
}
.BgClassName
{
background-color: #3C093B;
}
</style>
border-color css
<style>
span { border-color: #3C093B; }
span { border-color: rgb(60,9,59); }
td.TdClassName
{
border-color: #3C093B;
}
.TagClassName
{
border-color: #3C093B;
}
</style>