Shades of Mardi Gras #3C0839
Tints of Mardi Gras #3C0839
RGB
CMYK
RGB Variations
Color information
#3C0839 (or 0x3C0839) is known color: Mardi Gras. HEX triplet: 3C, 08 and 39. RGB value is (60,8,57). Sum of RGB (Red+Green+Blue) = 60+8+57=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0839 is #C3F7C6. Grayscale: #1C1C1C. Windows color (decimal): -12842951 or 3737660. OLE color: 3737660.
HSL color Cylindrical-coordinate representation of color #3C0839: hue angle of 303.46º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0839 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 8 | 57 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.76 |
| HSL | 303.46º | 0.76% | 0.13% | - |
| HSV(B) | 303.46º | 0.87% | 0.24% | - |
| XYZ | 2.69 | 1.43 | 4.01 | - |
| YUV | 29.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 57 | 0 | 0.87 | 0.05 | 0.76 | 303.46 | 0.76 | 0.13 |
| Hex | 3C | 8 | 39 | 0 | 57 | 5 | 4C | 12F | 4C | D |
| Octal | 74 | 10 | 71 | 0 | 127 | 5 | 114 | 457 | 114 | 15 |
| Binary | 111100 | 1000 | 111001 | 0 | 1010111 | 101 | 1001100 | 100101111 | 1001100 | 1101 |
Color Harmonies of #3C0839
Complementary color
Monochromatic Colors of #3C0839
Black with #3C0839
Text Example
Text Example
White with #3C0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0839; }
p { color: rgb(60,8,57); }
H1.HeaderClassName
{
color: #3C0839;
}
.AnyTagClassName
{
color: #3C0839;
}
</style>
background-color css
<style>
a { background-color: #3C0839; }
a { background-color: rgb(60,8,57); }
div.DivClassName
{
background-color: #3C0839;
}
.BgClassName
{
background-color: #3C0839;
}
</style>
border-color css
<style>
span { border-color: #3C0839; }
span { border-color: rgb(60,8,57); }
td.TdClassName
{
border-color: #3C0839;
}
.TagClassName
{
border-color: #3C0839;
}
</style>