Shades of Mardi Gras #3F0840
Tints of Mardi Gras #3F0840
RGB
CMYK
RGB Variations
Color information
#3F0840 (or 0x3F0840) is known color: Mardi Gras. HEX triplet: 3F, 08 and 40. RGB value is (63,8,64). Sum of RGB (Red+Green+Blue) = 63+8+64=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F0840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0840 is #C0F7BF. Grayscale: #1E1E1E. Windows color (decimal): -12646336 or 4196415. OLE color: 4196415.
HSL color Cylindrical-coordinate representation of color #3F0840: hue angle of 298.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F0840 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 64 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.75 |
| HSL | 298.93º | 0.78% | 0.14% | - |
| HSV(B) | 298.93º | 0.88% | 0.25% | - |
| XYZ | 3.06 | 1.6 | 5 | - |
| YUV | 30.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 64 | 0.02 | 0.87 | 0 | 0.75 | 298.93 | 0.78 | 0.14 |
| Hex | 3F | 8 | 40 | 2 | 57 | 0 | 4B | 12B | 4E | E |
| Octal | 77 | 10 | 100 | 2 | 127 | 0 | 113 | 453 | 116 | 16 |
| Binary | 111111 | 1000 | 1000000 | 10 | 1010111 | 0 | 1001011 | 100101011 | 1001110 | 1110 |
Color Harmonies of #3F0840
Complementary color
Monochromatic Colors of #3F0840
Black with #3F0840
Text Example
Text Example
White with #3F0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0840; }
p { color: rgb(63,8,64); }
H1.HeaderClassName
{
color: #3F0840;
}
.AnyTagClassName
{
color: #3F0840;
}
</style>
background-color css
<style>
a { background-color: #3F0840; }
a { background-color: rgb(63,8,64); }
div.DivClassName
{
background-color: #3F0840;
}
.BgClassName
{
background-color: #3F0840;
}
</style>
border-color css
<style>
span { border-color: #3F0840; }
span { border-color: rgb(63,8,64); }
td.TdClassName
{
border-color: #3F0840;
}
.TagClassName
{
border-color: #3F0840;
}
</style>