Shades of Mardi Gras #3F0B3D
Tints of Mardi Gras #3F0B3D
RGB
CMYK
RGB Variations
Color information
#3F0B3D (or 0x3F0B3D) is known color: Mardi Gras. HEX triplet: 3F, 0B and 3D. RGB value is (63,11,61). Sum of RGB (Red+Green+Blue) = 63+11+61=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B3D is #C0F4C2. Grayscale: #202020. Windows color (decimal): -12645571 or 4000575. OLE color: 4000575.
HSL color Cylindrical-coordinate representation of color #3F0B3D: hue angle of 302.31º 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 #3F0B3D is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 61 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.75 |
| HSL | 302.31º | 0.7% | 0.15% | - |
| HSV(B) | 302.31º | 0.83% | 0.25% | - |
| XYZ | 3.01 | 1.63 | 4.57 | - |
| YUV | 32.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 61 | 0 | 0.83 | 0.03 | 0.75 | 302.31 | 0.7 | 0.15 |
| Hex | 3F | B | 3D | 0 | 53 | 3 | 4B | 12E | 46 | F |
| Octal | 77 | 13 | 75 | 0 | 123 | 3 | 113 | 456 | 106 | 17 |
| Binary | 111111 | 1011 | 111101 | 0 | 1010011 | 11 | 1001011 | 100101110 | 1000110 | 1111 |
Color Harmonies of #3F0B3D
Complementary color
Monochromatic Colors of #3F0B3D
Black with #3F0B3D
Text Example
Text Example
White with #3F0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B3D; }
p { color: rgb(63,11,61); }
H1.HeaderClassName
{
color: #3F0B3D;
}
.AnyTagClassName
{
color: #3F0B3D;
}
</style>
background-color css
<style>
a { background-color: #3F0B3D; }
a { background-color: rgb(63,11,61); }
div.DivClassName
{
background-color: #3F0B3D;
}
.BgClassName
{
background-color: #3F0B3D;
}
</style>
border-color css
<style>
span { border-color: #3F0B3D; }
span { border-color: rgb(63,11,61); }
td.TdClassName
{
border-color: #3F0B3D;
}
.TagClassName
{
border-color: #3F0B3D;
}
</style>