Shades of Mardi Gras #3F123F
Tints of Mardi Gras #3F123F
RGB
CMYK
RGB Variations
Color information
#3F123F (or 0x3F123F) is known color: Mardi Gras. HEX triplet: 3F, 12 and 3F. RGB value is (63,18,63). Sum of RGB (Red+Green+Blue) = 63+18+63=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F123F is #C0EDC0. Grayscale: #242424. Windows color (decimal): -12643777 or 4133439. OLE color: 4133439.
HSL color Cylindrical-coordinate representation of color #3F123F: hue angle of 300º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F123F is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 63 | - |
| CMYK | 0 | 0.71 | 0 | 0.75 |
| HSL | 300º | 0.56% | 0.16% | - |
| HSV(B) | 300º | 0.71% | 0.25% | - |
| XYZ | 3.16 | 1.85 | 4.89 | - |
| YUV | 36.59 | 142.91 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 63 | 0 | 0.71 | 0 | 0.75 | 300 | 0.56 | 0.16 |
| Hex | 3F | 12 | 3F | 0 | 47 | 0 | 4B | 12C | 38 | 10 |
| Octal | 77 | 22 | 77 | 0 | 107 | 0 | 113 | 454 | 70 | 20 |
| Binary | 111111 | 10010 | 111111 | 0 | 1000111 | 0 | 1001011 | 100101100 | 111000 | 10000 |
Color Harmonies of #3F123F
Complementary color
Monochromatic Colors of #3F123F
Black with #3F123F
Text Example
Text Example
White with #3F123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F123F; }
p { color: rgb(63,18,63); }
H1.HeaderClassName
{
color: #3F123F;
}
.AnyTagClassName
{
color: #3F123F;
}
</style>
background-color css
<style>
a { background-color: #3F123F; }
a { background-color: rgb(63,18,63); }
div.DivClassName
{
background-color: #3F123F;
}
.BgClassName
{
background-color: #3F123F;
}
</style>
border-color css
<style>
span { border-color: #3F123F; }
span { border-color: rgb(63,18,63); }
td.TdClassName
{
border-color: #3F123F;
}
.TagClassName
{
border-color: #3F123F;
}
</style>