Shades of Mardi Gras #3F0940
Tints of Mardi Gras #3F0940
RGB
CMYK
RGB Variations
Color information
#3F0940 (or 0x3F0940) is known color: Mardi Gras. HEX triplet: 3F, 09 and 40. RGB value is (63,9,64). Sum of RGB (Red+Green+Blue) = 63+9+64=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F0940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0940 is #C0F6BF. Grayscale: #1F1F1F. Windows color (decimal): -12646080 or 4196671. OLE color: 4196671.
HSL color Cylindrical-coordinate representation of color #3F0940: hue angle of 298.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F0940 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 64 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.75 |
| HSL | 298.91º | 0.75% | 0.14% | - |
| HSV(B) | 298.91º | 0.86% | 0.25% | - |
| XYZ | 3.07 | 1.62 | 5 | - |
| YUV | 31.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 64 | 0.02 | 0.86 | 0 | 0.75 | 298.91 | 0.75 | 0.14 |
| Hex | 3F | 9 | 40 | 2 | 56 | 0 | 4B | 12B | 4B | E |
| Octal | 77 | 11 | 100 | 2 | 126 | 0 | 113 | 453 | 113 | 16 |
| Binary | 111111 | 1001 | 1000000 | 10 | 1010110 | 0 | 1001011 | 100101011 | 1001011 | 1110 |
Color Harmonies of #3F0940
Complementary color
Monochromatic Colors of #3F0940
Black with #3F0940
Text Example
Text Example
White with #3F0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0940; }
p { color: rgb(63,9,64); }
H1.HeaderClassName
{
color: #3F0940;
}
.AnyTagClassName
{
color: #3F0940;
}
</style>
background-color css
<style>
a { background-color: #3F0940; }
a { background-color: rgb(63,9,64); }
div.DivClassName
{
background-color: #3F0940;
}
.BgClassName
{
background-color: #3F0940;
}
</style>
border-color css
<style>
span { border-color: #3F0940; }
span { border-color: rgb(63,9,64); }
td.TdClassName
{
border-color: #3F0940;
}
.TagClassName
{
border-color: #3F0940;
}
</style>