Shades of Mardi Gras #3F1341
Tints of Mardi Gras #3F1341
RGB
CMYK
RGB Variations
Color information
#3F1341 (or 0x3F1341) is known color: Mardi Gras. HEX triplet: 3F, 13 and 41. RGB value is (63,19,65). Sum of RGB (Red+Green+Blue) = 63+19+65=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1341 is #C0ECBE. Grayscale: #252525. Windows color (decimal): -12643519 or 4264767. OLE color: 4264767.
HSL color Cylindrical-coordinate representation of color #3F1341: hue angle of 297.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F1341 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 65 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.75 |
| HSL | 297.39º | 0.55% | 0.16% | - |
| HSV(B) | 297.39º | 0.71% | 0.25% | - |
| XYZ | 3.24 | 1.9 | 5.2 | - |
| YUV | 37.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 65 | 0.03 | 0.71 | 0 | 0.75 | 297.39 | 0.55 | 0.16 |
| Hex | 3F | 13 | 41 | 3 | 47 | 0 | 4B | 129 | 37 | 10 |
| Octal | 77 | 23 | 101 | 3 | 107 | 0 | 113 | 451 | 67 | 20 |
| Binary | 111111 | 10011 | 1000001 | 11 | 1000111 | 0 | 1001011 | 100101001 | 110111 | 10000 |
Color Harmonies of #3F1341
Complementary color
Monochromatic Colors of #3F1341
Black with #3F1341
Text Example
Text Example
White with #3F1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1341; }
p { color: rgb(63,19,65); }
H1.HeaderClassName
{
color: #3F1341;
}
.AnyTagClassName
{
color: #3F1341;
}
</style>
background-color css
<style>
a { background-color: #3F1341; }
a { background-color: rgb(63,19,65); }
div.DivClassName
{
background-color: #3F1341;
}
.BgClassName
{
background-color: #3F1341;
}
</style>
border-color css
<style>
span { border-color: #3F1341; }
span { border-color: rgb(63,19,65); }
td.TdClassName
{
border-color: #3F1341;
}
.TagClassName
{
border-color: #3F1341;
}
</style>