Shades of Mardi Gras #3F093D
Tints of Mardi Gras #3F093D
RGB
CMYK
RGB Variations
Color information
#3F093D (or 0x3F093D) is known color: Mardi Gras. HEX triplet: 3F, 09 and 3D. RGB value is (63,9,61). Sum of RGB (Red+Green+Blue) = 63+9+61=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093D is #C0F6C2. Grayscale: #1E1E1E. Windows color (decimal): -12646083 or 4000063. OLE color: 4000063.
HSL color Cylindrical-coordinate representation of color #3F093D: hue angle of 302.22º 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 #3F093D is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 61 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.75 |
| HSL | 302.22º | 0.75% | 0.14% | - |
| HSV(B) | 302.22º | 0.86% | 0.25% | - |
| XYZ | 2.99 | 1.59 | 4.56 | - |
| YUV | 31.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 61 | 0 | 0.86 | 0.03 | 0.75 | 302.22 | 0.75 | 0.14 |
| Hex | 3F | 9 | 3D | 0 | 56 | 3 | 4B | 12E | 4B | E |
| Octal | 77 | 11 | 75 | 0 | 126 | 3 | 113 | 456 | 113 | 16 |
| Binary | 111111 | 1001 | 111101 | 0 | 1010110 | 11 | 1001011 | 100101110 | 1001011 | 1110 |
Color Harmonies of #3F093D
Complementary color
Monochromatic Colors of #3F093D
Black with #3F093D
Text Example
Text Example
White with #3F093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F093D; }
p { color: rgb(63,9,61); }
H1.HeaderClassName
{
color: #3F093D;
}
.AnyTagClassName
{
color: #3F093D;
}
</style>
background-color css
<style>
a { background-color: #3F093D; }
a { background-color: rgb(63,9,61); }
div.DivClassName
{
background-color: #3F093D;
}
.BgClassName
{
background-color: #3F093D;
}
</style>
border-color css
<style>
span { border-color: #3F093D; }
span { border-color: rgb(63,9,61); }
td.TdClassName
{
border-color: #3F093D;
}
.TagClassName
{
border-color: #3F093D;
}
</style>