Shades of Mardi Gras #3F0C42
Tints of Mardi Gras #3F0C42
RGB
CMYK
RGB Variations
Color information
#3F0C42 (or 0x3F0C42) is known color: Mardi Gras. HEX triplet: 3F, 0C and 42. RGB value is (63,12,66). Sum of RGB (Red+Green+Blue) = 63+12+66=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 12 (5.08% from 255 or 8.51% 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 #3F0C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0C42 is #C0F3BD. Grayscale: #212121. Windows color (decimal): -12645310 or 4328511. OLE color: 4328511.
HSL color Cylindrical-coordinate representation of color #3F0C42: hue angle of 296.67º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F0C42 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 12 | 66 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.74 |
| HSL | 296.67º | 0.69% | 0.15% | - |
| HSV(B) | 296.67º | 0.82% | 0.26% | - |
| XYZ | 3.16 | 1.71 | 5.32 | - |
| YUV | 33.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 66 | 0.05 | 0.82 | 0 | 0.74 | 296.67 | 0.69 | 0.15 |
| Hex | 3F | C | 42 | 5 | 52 | 0 | 4A | 129 | 45 | F |
| Octal | 77 | 14 | 102 | 5 | 122 | 0 | 112 | 451 | 105 | 17 |
| Binary | 111111 | 1100 | 1000010 | 101 | 1010010 | 0 | 1001010 | 100101001 | 1000101 | 1111 |
Color Harmonies of #3F0C42
Complementary color
Monochromatic Colors of #3F0C42
Black with #3F0C42
Text Example
Text Example
White with #3F0C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C42; }
p { color: rgb(63,12,66); }
H1.HeaderClassName
{
color: #3F0C42;
}
.AnyTagClassName
{
color: #3F0C42;
}
</style>
background-color css
<style>
a { background-color: #3F0C42; }
a { background-color: rgb(63,12,66); }
div.DivClassName
{
background-color: #3F0C42;
}
.BgClassName
{
background-color: #3F0C42;
}
</style>
border-color css
<style>
span { border-color: #3F0C42; }
span { border-color: rgb(63,12,66); }
td.TdClassName
{
border-color: #3F0C42;
}
.TagClassName
{
border-color: #3F0C42;
}
</style>