Shades of Mardi Gras #3F093E
Tints of Mardi Gras #3F093E
RGB
CMYK
RGB Variations
Color information
#3F093E (or 0x3F093E) is known color: Mardi Gras. HEX triplet: 3F, 09 and 3E. RGB value is (63,9,62). Sum of RGB (Red+Green+Blue) = 63+9+62=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093E is #C0F6C1. Grayscale: #1F1F1F. Windows color (decimal): -12646082 or 4065599. OLE color: 4065599.
HSL color Cylindrical-coordinate representation of color #3F093E: hue angle of 301.11º 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 #3F093E is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 62 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.75 |
| HSL | 301.11º | 0.75% | 0.14% | - |
| HSV(B) | 301.11º | 0.86% | 0.25% | - |
| XYZ | 3.02 | 1.6 | 4.71 | - |
| YUV | 31.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 62 | 0 | 0.86 | 0.02 | 0.75 | 301.11 | 0.75 | 0.14 |
| Hex | 3F | 9 | 3E | 0 | 56 | 2 | 4B | 12D | 4B | E |
| Octal | 77 | 11 | 76 | 0 | 126 | 2 | 113 | 455 | 113 | 16 |
| Binary | 111111 | 1001 | 111110 | 0 | 1010110 | 10 | 1001011 | 100101101 | 1001011 | 1110 |
Color Harmonies of #3F093E
Complementary color
Monochromatic Colors of #3F093E
Black with #3F093E
Text Example
Text Example
White with #3F093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F093E; }
p { color: rgb(63,9,62); }
H1.HeaderClassName
{
color: #3F093E;
}
.AnyTagClassName
{
color: #3F093E;
}
</style>
background-color css
<style>
a { background-color: #3F093E; }
a { background-color: rgb(63,9,62); }
div.DivClassName
{
background-color: #3F093E;
}
.BgClassName
{
background-color: #3F093E;
}
</style>
border-color css
<style>
span { border-color: #3F093E; }
span { border-color: rgb(63,9,62); }
td.TdClassName
{
border-color: #3F093E;
}
.TagClassName
{
border-color: #3F093E;
}
</style>