Shades of Mardi Gras #3F1238
Tints of Mardi Gras #3F1238
RGB
CMYK
RGB Variations
Color information
#3F1238 (or 0x3F1238) is known color: Mardi Gras. HEX triplet: 3F, 12 and 38. RGB value is (63,18,56). Sum of RGB (Red+Green+Blue) = 63+18+56=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1238 is #C0EDC7. Grayscale: #232323. Windows color (decimal): -12643784 or 3674687. OLE color: 3674687.
HSL color Cylindrical-coordinate representation of color #3F1238: hue angle of 309.33º 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 #3F1238 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 56 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.75 |
| HSL | 309.33º | 0.56% | 0.16% | - |
| HSV(B) | 309.33º | 0.71% | 0.25% | - |
| XYZ | 2.98 | 1.77 | 3.93 | - |
| YUV | 35.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 56 | 0 | 0.71 | 0.11 | 0.75 | 309.33 | 0.56 | 0.16 |
| Hex | 3F | 12 | 38 | 0 | 47 | B | 4B | 135 | 38 | 10 |
| Octal | 77 | 22 | 70 | 0 | 107 | 13 | 113 | 465 | 70 | 20 |
| Binary | 111111 | 10010 | 111000 | 0 | 1000111 | 1011 | 1001011 | 100110101 | 111000 | 10000 |
Color Harmonies of #3F1238
Complementary color
Monochromatic Colors of #3F1238
Black with #3F1238
Text Example
Text Example
White with #3F1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1238; }
p { color: rgb(63,18,56); }
H1.HeaderClassName
{
color: #3F1238;
}
.AnyTagClassName
{
color: #3F1238;
}
</style>
background-color css
<style>
a { background-color: #3F1238; }
a { background-color: rgb(63,18,56); }
div.DivClassName
{
background-color: #3F1238;
}
.BgClassName
{
background-color: #3F1238;
}
</style>
border-color css
<style>
span { border-color: #3F1238; }
span { border-color: rgb(63,18,56); }
td.TdClassName
{
border-color: #3F1238;
}
.TagClassName
{
border-color: #3F1238;
}
</style>