Shades of Mardi Gras #3F1239
Tints of Mardi Gras #3F1239
RGB
CMYK
RGB Variations
Color information
#3F1239 (or 0x3F1239) is known color: Mardi Gras. HEX triplet: 3F, 12 and 39. RGB value is (63,18,57). Sum of RGB (Red+Green+Blue) = 63+18+57=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1239 is #C0EDC6. Grayscale: #232323. Windows color (decimal): -12643783 or 3740223. OLE color: 3740223.
HSL color Cylindrical-coordinate representation of color #3F1239: hue angle of 308º 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 #3F1239 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 57 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.75 |
| HSL | 308º | 0.56% | 0.16% | - |
| HSV(B) | 308º | 0.71% | 0.25% | - |
| XYZ | 3 | 1.78 | 4.06 | - |
| YUV | 35.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 57 | 0 | 0.71 | 0.10 | 0.75 | 308 | 0.56 | 0.16 |
| Hex | 3F | 12 | 39 | 0 | 47 | A | 4B | 134 | 38 | 10 |
| Octal | 77 | 22 | 71 | 0 | 107 | 12 | 113 | 464 | 70 | 20 |
| Binary | 111111 | 10010 | 111001 | 0 | 1000111 | 1010 | 1001011 | 100110100 | 111000 | 10000 |
Color Harmonies of #3F1239
Complementary color
Monochromatic Colors of #3F1239
Black with #3F1239
Text Example
Text Example
White with #3F1239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1239; }
p { color: rgb(63,18,57); }
H1.HeaderClassName
{
color: #3F1239;
}
.AnyTagClassName
{
color: #3F1239;
}
</style>
background-color css
<style>
a { background-color: #3F1239; }
a { background-color: rgb(63,18,57); }
div.DivClassName
{
background-color: #3F1239;
}
.BgClassName
{
background-color: #3F1239;
}
</style>
border-color css
<style>
span { border-color: #3F1239; }
span { border-color: rgb(63,18,57); }
td.TdClassName
{
border-color: #3F1239;
}
.TagClassName
{
border-color: #3F1239;
}
</style>