Shades of Mardi Gras #3C0842
Tints of Mardi Gras #3C0842
RGB
CMYK
RGB Variations
Color information
#3C0842 (or 0x3C0842) is known color: Mardi Gras. HEX triplet: 3C, 08 and 42. RGB value is (60,8,66). Sum of RGB (Red+Green+Blue) = 60+8+66=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #3C0842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0842 is #C3F7BD. Grayscale: #1D1D1D. Windows color (decimal): -12842942 or 4327484. OLE color: 4327484.
HSL color Cylindrical-coordinate representation of color #3C0842: hue angle of 293.79º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0842 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 8 | 66 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.74 |
| HSL | 293.79º | 0.78% | 0.15% | - |
| HSV(B) | 293.79º | 0.88% | 0.26% | - |
| XYZ | 2.93 | 1.53 | 5.29 | - |
| YUV | 30.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 66 | 0.09 | 0.88 | 0 | 0.74 | 293.79 | 0.78 | 0.15 |
| Hex | 3C | 8 | 42 | 9 | 58 | 0 | 4A | 126 | 4E | F |
| Octal | 74 | 10 | 102 | 11 | 130 | 0 | 112 | 446 | 116 | 17 |
| Binary | 111100 | 1000 | 1000010 | 1001 | 1011000 | 0 | 1001010 | 100100110 | 1001110 | 1111 |
Color Harmonies of #3C0842
Complementary color
Monochromatic Colors of #3C0842
Black with #3C0842
Text Example
Text Example
White with #3C0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0842; }
p { color: rgb(60,8,66); }
H1.HeaderClassName
{
color: #3C0842;
}
.AnyTagClassName
{
color: #3C0842;
}
</style>
background-color css
<style>
a { background-color: #3C0842; }
a { background-color: rgb(60,8,66); }
div.DivClassName
{
background-color: #3C0842;
}
.BgClassName
{
background-color: #3C0842;
}
</style>
border-color css
<style>
span { border-color: #3C0842; }
span { border-color: rgb(60,8,66); }
td.TdClassName
{
border-color: #3C0842;
}
.TagClassName
{
border-color: #3C0842;
}
</style>