Shades of Mardi Gras #3C0939
Tints of Mardi Gras #3C0939
RGB
CMYK
RGB Variations
Color information
#3C0939 (or 0x3C0939) is known color: Mardi Gras. HEX triplet: 3C, 09 and 39. RGB value is (60,9,57). Sum of RGB (Red+Green+Blue) = 60+9+57=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0939 is #C3F6C6. Grayscale: #1D1D1D. Windows color (decimal): -12842695 or 3737916. OLE color: 3737916.
HSL color Cylindrical-coordinate representation of color #3C0939: hue angle of 303.53º 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 #3C0939 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 57 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.76 |
| HSL | 303.53º | 0.74% | 0.14% | - |
| HSV(B) | 303.53º | 0.85% | 0.24% | - |
| XYZ | 2.7 | 1.45 | 4.01 | - |
| YUV | 29.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 57 | 0 | 0.85 | 0.05 | 0.76 | 303.53 | 0.74 | 0.14 |
| Hex | 3C | 9 | 39 | 0 | 55 | 5 | 4C | 130 | 4A | E |
| Octal | 74 | 11 | 71 | 0 | 125 | 5 | 114 | 460 | 112 | 16 |
| Binary | 111100 | 1001 | 111001 | 0 | 1010101 | 101 | 1001100 | 100110000 | 1001010 | 1110 |
Color Harmonies of #3C0939
Complementary color
Monochromatic Colors of #3C0939
Black with #3C0939
Text Example
Text Example
White with #3C0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0939; }
p { color: rgb(60,9,57); }
H1.HeaderClassName
{
color: #3C0939;
}
.AnyTagClassName
{
color: #3C0939;
}
</style>
background-color css
<style>
a { background-color: #3C0939; }
a { background-color: rgb(60,9,57); }
div.DivClassName
{
background-color: #3C0939;
}
.BgClassName
{
background-color: #3C0939;
}
</style>
border-color css
<style>
span { border-color: #3C0939; }
span { border-color: rgb(60,9,57); }
td.TdClassName
{
border-color: #3C0939;
}
.TagClassName
{
border-color: #3C0939;
}
</style>