Shades of Mardi Gras #3F0B3C
Tints of Mardi Gras #3F0B3C
RGB
CMYK
RGB Variations
Color information
#3F0B3C (or 0x3F0B3C) is known color: Mardi Gras. HEX triplet: 3F, 0B and 3C. RGB value is (63,11,60). Sum of RGB (Red+Green+Blue) = 63+11+60=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B3C is #C0F4C3. Grayscale: #1F1F1F. Windows color (decimal): -12645572 or 3935039. OLE color: 3935039.
HSL color Cylindrical-coordinate representation of color #3F0B3C: hue angle of 303.46º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B3C is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 60 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.75 |
| HSL | 303.46º | 0.7% | 0.15% | - |
| HSV(B) | 303.46º | 0.83% | 0.25% | - |
| XYZ | 2.99 | 1.62 | 4.43 | - |
| YUV | 32.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 60 | 0 | 0.83 | 0.05 | 0.75 | 303.46 | 0.7 | 0.15 |
| Hex | 3F | B | 3C | 0 | 53 | 5 | 4B | 12F | 46 | F |
| Octal | 77 | 13 | 74 | 0 | 123 | 5 | 113 | 457 | 106 | 17 |
| Binary | 111111 | 1011 | 111100 | 0 | 1010011 | 101 | 1001011 | 100101111 | 1000110 | 1111 |
Color Harmonies of #3F0B3C
Complementary color
Monochromatic Colors of #3F0B3C
Black with #3F0B3C
Text Example
Text Example
White with #3F0B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B3C; }
p { color: rgb(63,11,60); }
H1.HeaderClassName
{
color: #3F0B3C;
}
.AnyTagClassName
{
color: #3F0B3C;
}
</style>
background-color css
<style>
a { background-color: #3F0B3C; }
a { background-color: rgb(63,11,60); }
div.DivClassName
{
background-color: #3F0B3C;
}
.BgClassName
{
background-color: #3F0B3C;
}
</style>
border-color css
<style>
span { border-color: #3F0B3C; }
span { border-color: rgb(63,11,60); }
td.TdClassName
{
border-color: #3F0B3C;
}
.TagClassName
{
border-color: #3F0B3C;
}
</style>