Shades of Mardi Gras #3F0F41
Tints of Mardi Gras #3F0F41
RGB
CMYK
RGB Variations
Color information
#3F0F41 (or 0x3F0F41) is known color: Mardi Gras. HEX triplet: 3F, 0F and 41. RGB value is (63,15,65). Sum of RGB (Red+Green+Blue) = 63+15+65=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F0F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F41 is #C0F0BE. Grayscale: #222222. Windows color (decimal): -12644543 or 4263743. OLE color: 4263743.
HSL color Cylindrical-coordinate representation of color #3F0F41: hue angle of 297.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F0F41 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 15 | 65 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.75 |
| HSL | 297.6º | 0.63% | 0.16% | - |
| HSV(B) | 297.6º | 0.77% | 0.25% | - |
| XYZ | 3.17 | 1.78 | 5.18 | - |
| YUV | 35.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 65 | 0.03 | 0.77 | 0 | 0.75 | 297.6 | 0.63 | 0.16 |
| Hex | 3F | F | 41 | 3 | 4D | 0 | 4B | 12A | 3E | 10 |
| Octal | 77 | 17 | 101 | 3 | 115 | 0 | 113 | 452 | 76 | 20 |
| Binary | 111111 | 1111 | 1000001 | 11 | 1001101 | 0 | 1001011 | 100101010 | 111110 | 10000 |
Color Harmonies of #3F0F41
Complementary color
Monochromatic Colors of #3F0F41
Black with #3F0F41
Text Example
Text Example
White with #3F0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F41; }
p { color: rgb(63,15,65); }
H1.HeaderClassName
{
color: #3F0F41;
}
.AnyTagClassName
{
color: #3F0F41;
}
</style>
background-color css
<style>
a { background-color: #3F0F41; }
a { background-color: rgb(63,15,65); }
div.DivClassName
{
background-color: #3F0F41;
}
.BgClassName
{
background-color: #3F0F41;
}
</style>
border-color css
<style>
span { border-color: #3F0F41; }
span { border-color: rgb(63,15,65); }
td.TdClassName
{
border-color: #3F0F41;
}
.TagClassName
{
border-color: #3F0F41;
}
</style>