Shades of Mardi Gras #3F003F
Tints of Mardi Gras #3F003F
RGB
CMYK
RGB Variations
Color information
#3F003F (or 0x3F003F) is known color: Mardi Gras. HEX triplet: 3F, 00 and 3F. RGB value is (63,0,63). Sum of RGB (Red+Green+Blue) = 63+0+63=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F003F is #C0FFC0. Grayscale: #191919. Windows color (decimal): -12648385 or 4128831. OLE color: 4128831.
HSL color Cylindrical-coordinate representation of color #3F003F: hue angle of 300º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F003F is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 63 | - |
| CMYK | 0 | 1 | 0 | 0.75 |
| HSL | 300º | 1% | 0.12% | - |
| HSV(B) | 300º | 1% | 0.25% | - |
| XYZ | 2.95 | 1.42 | 4.82 | - |
| YUV | 26.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 63 | 0 | 1 | 0 | 0.75 | 300 | 1 | 0.12 |
| Hex | 3F | 0 | 3F | 0 | 64 | 0 | 4B | 12C | 64 | C |
| Octal | 77 | 0 | 77 | 0 | 144 | 0 | 113 | 454 | 144 | 14 |
| Binary | 111111 | 0 | 111111 | 0 | 1100100 | 0 | 1001011 | 100101100 | 1100100 | 1100 |
Color Harmonies of #3F003F
Complementary color
Monochromatic Colors of #3F003F
Black with #3F003F
Text Example
Text Example
White with #3F003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F003F; }
p { color: rgb(63,0,63); }
H1.HeaderClassName
{
color: #3F003F;
}
.AnyTagClassName
{
color: #3F003F;
}
</style>
background-color css
<style>
a { background-color: #3F003F; }
a { background-color: rgb(63,0,63); }
div.DivClassName
{
background-color: #3F003F;
}
.BgClassName
{
background-color: #3F003F;
}
</style>
border-color css
<style>
span { border-color: #3F003F; }
span { border-color: rgb(63,0,63); }
td.TdClassName
{
border-color: #3F003F;
}
.TagClassName
{
border-color: #3F003F;
}
</style>