Shades of Mardi Gras #3F0B3F
Tints of Mardi Gras #3F0B3F
RGB
CMYK
RGB Variations
Color information
#3F0B3F (or 0x3F0B3F) is known color: Mardi Gras. HEX triplet: 3F, 0B and 3F. RGB value is (63,11,63). Sum of RGB (Red+Green+Blue) = 63+11+63=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F0B3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B3F is #C0F4C0. Grayscale: #202020. Windows color (decimal): -12645569 or 4131647. OLE color: 4131647.
HSL color Cylindrical-coordinate representation of color #3F0B3F: hue angle of 300º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B3F is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 63 | - |
| CMYK | 0 | 0.83 | 0 | 0.75 |
| HSL | 300º | 0.7% | 0.15% | - |
| HSV(B) | 300º | 0.83% | 0.25% | - |
| XYZ | 3.07 | 1.65 | 4.86 | - |
| YUV | 32.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 63 | 0 | 0.83 | 0 | 0.75 | 300 | 0.7 | 0.15 |
| Hex | 3F | B | 3F | 0 | 53 | 0 | 4B | 12C | 46 | F |
| Octal | 77 | 13 | 77 | 0 | 123 | 0 | 113 | 454 | 106 | 17 |
| Binary | 111111 | 1011 | 111111 | 0 | 1010011 | 0 | 1001011 | 100101100 | 1000110 | 1111 |
Color Harmonies of #3F0B3F
Complementary color
Monochromatic Colors of #3F0B3F
Black with #3F0B3F
Text Example
Text Example
White with #3F0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B3F; }
p { color: rgb(63,11,63); }
H1.HeaderClassName
{
color: #3F0B3F;
}
.AnyTagClassName
{
color: #3F0B3F;
}
</style>
background-color css
<style>
a { background-color: #3F0B3F; }
a { background-color: rgb(63,11,63); }
div.DivClassName
{
background-color: #3F0B3F;
}
.BgClassName
{
background-color: #3F0B3F;
}
</style>
border-color css
<style>
span { border-color: #3F0B3F; }
span { border-color: rgb(63,11,63); }
td.TdClassName
{
border-color: #3F0B3F;
}
.TagClassName
{
border-color: #3F0B3F;
}
</style>