Shades of Mardi Gras #3F093C
Tints of Mardi Gras #3F093C
RGB
CMYK
RGB Variations
Color information
#3F093C (or 0x3F093C) is known color: Mardi Gras. HEX triplet: 3F, 09 and 3C. RGB value is (63,9,60). Sum of RGB (Red+Green+Blue) = 63+9+60=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093C is #C0F6C3. Grayscale: #1E1E1E. Windows color (decimal): -12646084 or 3934527. OLE color: 3934527.
HSL color Cylindrical-coordinate representation of color #3F093C: hue angle of 303.33º 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 #3F093C is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 60 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.75 |
| HSL | 303.33º | 0.75% | 0.14% | - |
| HSV(B) | 303.33º | 0.86% | 0.25% | - |
| XYZ | 2.96 | 1.58 | 4.42 | - |
| YUV | 30.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 60 | 0 | 0.86 | 0.05 | 0.75 | 303.33 | 0.75 | 0.14 |
| Hex | 3F | 9 | 3C | 0 | 56 | 5 | 4B | 12F | 4B | E |
| Octal | 77 | 11 | 74 | 0 | 126 | 5 | 113 | 457 | 113 | 16 |
| Binary | 111111 | 1001 | 111100 | 0 | 1010110 | 101 | 1001011 | 100101111 | 1001011 | 1110 |
Color Harmonies of #3F093C
Complementary color
Monochromatic Colors of #3F093C
Black with #3F093C
Text Example
Text Example
White with #3F093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F093C; }
p { color: rgb(63,9,60); }
H1.HeaderClassName
{
color: #3F093C;
}
.AnyTagClassName
{
color: #3F093C;
}
</style>
background-color css
<style>
a { background-color: #3F093C; }
a { background-color: rgb(63,9,60); }
div.DivClassName
{
background-color: #3F093C;
}
.BgClassName
{
background-color: #3F093C;
}
</style>
border-color css
<style>
span { border-color: #3F093C; }
span { border-color: rgb(63,9,60); }
td.TdClassName
{
border-color: #3F093C;
}
.TagClassName
{
border-color: #3F093C;
}
</style>