Shades of Mardi Gras #3F0244
Tints of Mardi Gras #3F0244
RGB
CMYK
RGB Variations
Color information
#3F0244 (or 0x3F0244) is known color: Mardi Gras. HEX triplet: 3F, 02 and 44. RGB value is (63,2,68). Sum of RGB (Red+Green+Blue) = 63+2+68=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F0244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0244 is #C0FDBB. Grayscale: #1B1B1B. Windows color (decimal): -12647868 or 4457023. OLE color: 4457023.
HSL color Cylindrical-coordinate representation of color #3F0244: hue angle of 295.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0244 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 2 | 68 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.73 |
| HSL | 295.45º | 0.94% | 0.14% | - |
| HSV(B) | 295.45º | 0.97% | 0.27% | - |
| XYZ | 3.11 | 1.52 | 5.6 | - |
| YUV | 27.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 68 | 0.07 | 0.97 | 0 | 0.73 | 295.45 | 0.94 | 0.14 |
| Hex | 3F | 2 | 44 | 7 | 61 | 0 | 49 | 127 | 5E | E |
| Octal | 77 | 2 | 104 | 7 | 141 | 0 | 111 | 447 | 136 | 16 |
| Binary | 111111 | 10 | 1000100 | 111 | 1100001 | 0 | 1001001 | 100100111 | 1011110 | 1110 |
Color Harmonies of #3F0244
Complementary color
Monochromatic Colors of #3F0244
Black with #3F0244
Text Example
Text Example
White with #3F0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0244; }
p { color: rgb(63,2,68); }
H1.HeaderClassName
{
color: #3F0244;
}
.AnyTagClassName
{
color: #3F0244;
}
</style>
background-color css
<style>
a { background-color: #3F0244; }
a { background-color: rgb(63,2,68); }
div.DivClassName
{
background-color: #3F0244;
}
.BgClassName
{
background-color: #3F0244;
}
</style>
border-color css
<style>
span { border-color: #3F0244; }
span { border-color: rgb(63,2,68); }
td.TdClassName
{
border-color: #3F0244;
}
.TagClassName
{
border-color: #3F0244;
}
</style>