Shades of Mardi Gras #3C0F42
Tints of Mardi Gras #3C0F42
RGB
CMYK
RGB Variations
Color information
#3C0F42 (or 0x3C0F42) is known color: Mardi Gras. HEX triplet: 3C, 0F and 42. RGB value is (60,15,66). Sum of RGB (Red+Green+Blue) = 60+15+66=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #3C0F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0F42 is #C3F0BD. Grayscale: #222222. Windows color (decimal): -12841150 or 4329276. OLE color: 4329276.
HSL color Cylindrical-coordinate representation of color #3C0F42: hue angle of 292.94º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C0F42 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 15 | 66 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.74 |
| HSL | 292.94º | 0.63% | 0.16% | - |
| HSV(B) | 292.94º | 0.77% | 0.26% | - |
| XYZ | 3.02 | 1.7 | 5.32 | - |
| YUV | 34.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 66 | 0.09 | 0.77 | 0 | 0.74 | 292.94 | 0.63 | 0.16 |
| Hex | 3C | F | 42 | 9 | 4D | 0 | 4A | 125 | 3F | 10 |
| Octal | 74 | 17 | 102 | 11 | 115 | 0 | 112 | 445 | 77 | 20 |
| Binary | 111100 | 1111 | 1000010 | 1001 | 1001101 | 0 | 1001010 | 100100101 | 111111 | 10000 |
Color Harmonies of #3C0F42
Complementary color
Monochromatic Colors of #3C0F42
Black with #3C0F42
Text Example
Text Example
White with #3C0F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F42; }
p { color: rgb(60,15,66); }
H1.HeaderClassName
{
color: #3C0F42;
}
.AnyTagClassName
{
color: #3C0F42;
}
</style>
background-color css
<style>
a { background-color: #3C0F42; }
a { background-color: rgb(60,15,66); }
div.DivClassName
{
background-color: #3C0F42;
}
.BgClassName
{
background-color: #3C0F42;
}
</style>
border-color css
<style>
span { border-color: #3C0F42; }
span { border-color: rgb(60,15,66); }
td.TdClassName
{
border-color: #3C0F42;
}
.TagClassName
{
border-color: #3C0F42;
}
</style>