Shades of Mardi Gras #3F0038
Tints of Mardi Gras #3F0038
RGB
CMYK
RGB Variations
Color information
#3F0038 (or 0x3F0038) is known color: Mardi Gras. HEX triplet: 3F, 00 and 38. RGB value is (63,0,56). Sum of RGB (Red+Green+Blue) = 63+0+56=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0038 is #C0FFC7. Grayscale: #191919. Windows color (decimal): -12648392 or 3670079. OLE color: 3670079.
HSL color Cylindrical-coordinate representation of color #3F0038: hue angle of 306.67º 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 #3F0038 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.11 | 0.75 |
| HSL | 306.67º | 1% | 0.12% | - |
| HSV(B) | 306.67º | 1% | 0.25% | - |
| XYZ | 2.76 | 1.34 | 3.85 | - |
| YUV | 25.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 56 | 0 | 1 | 0.11 | 0.75 | 306.67 | 1 | 0.12 |
| Hex | 3F | 0 | 38 | 0 | 64 | B | 4B | 133 | 64 | C |
| Octal | 77 | 0 | 70 | 0 | 144 | 13 | 113 | 463 | 144 | 14 |
| Binary | 111111 | 0 | 111000 | 0 | 1100100 | 1011 | 1001011 | 100110011 | 1100100 | 1100 |
Color Harmonies of #3F0038
Complementary color
Monochromatic Colors of #3F0038
Black with #3F0038
Text Example
Text Example
White with #3F0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0038; }
p { color: rgb(63,0,56); }
H1.HeaderClassName
{
color: #3F0038;
}
.AnyTagClassName
{
color: #3F0038;
}
</style>
background-color css
<style>
a { background-color: #3F0038; }
a { background-color: rgb(63,0,56); }
div.DivClassName
{
background-color: #3F0038;
}
.BgClassName
{
background-color: #3F0038;
}
</style>
border-color css
<style>
span { border-color: #3F0038; }
span { border-color: rgb(63,0,56); }
td.TdClassName
{
border-color: #3F0038;
}
.TagClassName
{
border-color: #3F0038;
}
</style>