Shades of Mardi Gras #3F093B
Tints of Mardi Gras #3F093B
RGB
CMYK
RGB Variations
Color information
#3F093B (or 0x3F093B) is known color: Mardi Gras. HEX triplet: 3F, 09 and 3B. RGB value is (63,9,59). Sum of RGB (Red+Green+Blue) = 63+9+59=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093B is #C0F6C4. Grayscale: #1E1E1E. Windows color (decimal): -12646085 or 3868991. OLE color: 3868991.
HSL color Cylindrical-coordinate representation of color #3F093B: hue angle of 304.44º 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 #3F093B is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 59 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.75 |
| HSL | 304.44º | 0.75% | 0.14% | - |
| HSV(B) | 304.44º | 0.86% | 0.25% | - |
| XYZ | 2.94 | 1.57 | 4.29 | - |
| YUV | 30.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 59 | 0 | 0.86 | 0.06 | 0.75 | 304.44 | 0.75 | 0.14 |
| Hex | 3F | 9 | 3B | 0 | 56 | 6 | 4B | 130 | 4B | E |
| Octal | 77 | 11 | 73 | 0 | 126 | 6 | 113 | 460 | 113 | 16 |
| Binary | 111111 | 1001 | 111011 | 0 | 1010110 | 110 | 1001011 | 100110000 | 1001011 | 1110 |
Color Harmonies of #3F093B
Complementary color
Monochromatic Colors of #3F093B
Black with #3F093B
Text Example
Text Example
White with #3F093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F093B; }
p { color: rgb(63,9,59); }
H1.HeaderClassName
{
color: #3F093B;
}
.AnyTagClassName
{
color: #3F093B;
}
</style>
background-color css
<style>
a { background-color: #3F093B; }
a { background-color: rgb(63,9,59); }
div.DivClassName
{
background-color: #3F093B;
}
.BgClassName
{
background-color: #3F093B;
}
</style>
border-color css
<style>
span { border-color: #3F093B; }
span { border-color: rgb(63,9,59); }
td.TdClassName
{
border-color: #3F093B;
}
.TagClassName
{
border-color: #3F093B;
}
</style>