Shades of Mardi Gras #3F1741
Tints of Mardi Gras #3F1741
RGB
CMYK
RGB Variations
Color information
#3F1741 (or 0x3F1741) is known color: Mardi Gras. HEX triplet: 3F, 17 and 41. RGB value is (63,23,65). Sum of RGB (Red+Green+Blue) = 63+23+65=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F1741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1741 is #C0E8BE. Grayscale: #272727. Windows color (decimal): -12642495 or 4265791. OLE color: 4265791.
HSL color Cylindrical-coordinate representation of color #3F1741: hue angle of 297.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1741 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 65 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.75 |
| HSL | 297.14º | 0.48% | 0.17% | - |
| HSV(B) | 297.14º | 0.65% | 0.25% | - |
| XYZ | 3.31 | 2.05 | 5.22 | - |
| YUV | 39.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 65 | 0.03 | 0.65 | 0 | 0.75 | 297.14 | 0.48 | 0.17 |
| Hex | 3F | 17 | 41 | 3 | 41 | 0 | 4B | 129 | 30 | 11 |
| Octal | 77 | 27 | 101 | 3 | 101 | 0 | 113 | 451 | 60 | 21 |
| Binary | 111111 | 10111 | 1000001 | 11 | 1000001 | 0 | 1001011 | 100101001 | 110000 | 10001 |
Color Harmonies of #3F1741
Complementary color
Monochromatic Colors of #3F1741
Black with #3F1741
Text Example
Text Example
White with #3F1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1741; }
p { color: rgb(63,23,65); }
H1.HeaderClassName
{
color: #3F1741;
}
.AnyTagClassName
{
color: #3F1741;
}
</style>
background-color css
<style>
a { background-color: #3F1741; }
a { background-color: rgb(63,23,65); }
div.DivClassName
{
background-color: #3F1741;
}
.BgClassName
{
background-color: #3F1741;
}
</style>
border-color css
<style>
span { border-color: #3F1741; }
span { border-color: rgb(63,23,65); }
td.TdClassName
{
border-color: #3F1741;
}
.TagClassName
{
border-color: #3F1741;
}
</style>