Shades of Mardi Gras #3F1644
Tints of Mardi Gras #3F1644
RGB
CMYK
RGB Variations
Color information
#3F1644 (or 0x3F1644) is known color: Mardi Gras. HEX triplet: 3F, 16 and 44. RGB value is (63,22,68). Sum of RGB (Red+Green+Blue) = 63+22+68=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F1644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1644 is #C0E9BB. Grayscale: #272727. Windows color (decimal): -12642748 or 4462143. OLE color: 4462143.
HSL color Cylindrical-coordinate representation of color #3F1644: hue angle of 293.48º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1644 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 22 | 68 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.73 |
| HSL | 293.48º | 0.51% | 0.18% | - |
| HSV(B) | 293.48º | 0.68% | 0.27% | - |
| XYZ | 3.38 | 2.05 | 5.69 | - |
| YUV | 39.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 68 | 0.07 | 0.68 | 0 | 0.73 | 293.48 | 0.51 | 0.18 |
| Hex | 3F | 16 | 44 | 7 | 44 | 0 | 49 | 125 | 33 | 12 |
| Octal | 77 | 26 | 104 | 7 | 104 | 0 | 111 | 445 | 63 | 22 |
| Binary | 111111 | 10110 | 1000100 | 111 | 1000100 | 0 | 1001001 | 100100101 | 110011 | 10010 |
Color Harmonies of #3F1644
Complementary color
Monochromatic Colors of #3F1644
Black with #3F1644
Text Example
Text Example
White with #3F1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1644; }
p { color: rgb(63,22,68); }
H1.HeaderClassName
{
color: #3F1644;
}
.AnyTagClassName
{
color: #3F1644;
}
</style>
background-color css
<style>
a { background-color: #3F1644; }
a { background-color: rgb(63,22,68); }
div.DivClassName
{
background-color: #3F1644;
}
.BgClassName
{
background-color: #3F1644;
}
</style>
border-color css
<style>
span { border-color: #3F1644; }
span { border-color: rgb(63,22,68); }
td.TdClassName
{
border-color: #3F1644;
}
.TagClassName
{
border-color: #3F1644;
}
</style>