Shades of Mardi Gras #3F003B
Tints of Mardi Gras #3F003B
RGB
CMYK
RGB Variations
Color information
#3F003B (or 0x3F003B) is known color: Mardi Gras. HEX triplet: 3F, 00 and 3B. RGB value is (63,0,59). Sum of RGB (Red+Green+Blue) = 63+0+59=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F003B is #C0FFC4. Grayscale: #191919. Windows color (decimal): -12648389 or 3866687. OLE color: 3866687.
HSL color Cylindrical-coordinate representation of color #3F003B: hue angle of 303.81º 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 #3F003B is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.06 | 0.75 |
| HSL | 303.81º | 1% | 0.12% | - |
| HSV(B) | 303.81º | 1% | 0.25% | - |
| XYZ | 2.84 | 1.37 | 4.25 | - |
| YUV | 25.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 59 | 0 | 1 | 0.06 | 0.75 | 303.81 | 1 | 0.12 |
| Hex | 3F | 0 | 3B | 0 | 64 | 6 | 4B | 130 | 64 | C |
| Octal | 77 | 0 | 73 | 0 | 144 | 6 | 113 | 460 | 144 | 14 |
| Binary | 111111 | 0 | 111011 | 0 | 1100100 | 110 | 1001011 | 100110000 | 1100100 | 1100 |
Color Harmonies of #3F003B
Complementary color
Monochromatic Colors of #3F003B
Black with #3F003B
Text Example
Text Example
White with #3F003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F003B; }
p { color: rgb(63,0,59); }
H1.HeaderClassName
{
color: #3F003B;
}
.AnyTagClassName
{
color: #3F003B;
}
</style>
background-color css
<style>
a { background-color: #3F003B; }
a { background-color: rgb(63,0,59); }
div.DivClassName
{
background-color: #3F003B;
}
.BgClassName
{
background-color: #3F003B;
}
</style>
border-color css
<style>
span { border-color: #3F003B; }
span { border-color: rgb(63,0,59); }
td.TdClassName
{
border-color: #3F003B;
}
.TagClassName
{
border-color: #3F003B;
}
</style>