Shades of Mardi Gras #3F0D3B
Tints of Mardi Gras #3F0D3B
RGB
CMYK
RGB Variations
Color information
#3F0D3B (or 0x3F0D3B) is known color: Mardi Gras. HEX triplet: 3F, 0D and 3B. RGB value is (63,13,59). Sum of RGB (Red+Green+Blue) = 63+13+59=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D3B is #C0F2C4. Grayscale: #212121. Windows color (decimal): -12645061 or 3870015. OLE color: 3870015.
HSL color Cylindrical-coordinate representation of color #3F0D3B: hue angle of 304.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D3B is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 59 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.75 |
| HSL | 304.8º | 0.66% | 0.15% | - |
| HSV(B) | 304.8º | 0.79% | 0.25% | - |
| XYZ | 2.98 | 1.66 | 4.3 | - |
| YUV | 33.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 59 | 0 | 0.79 | 0.06 | 0.75 | 304.8 | 0.66 | 0.15 |
| Hex | 3F | D | 3B | 0 | 4F | 6 | 4B | 131 | 42 | F |
| Octal | 77 | 15 | 73 | 0 | 117 | 6 | 113 | 461 | 102 | 17 |
| Binary | 111111 | 1101 | 111011 | 0 | 1001111 | 110 | 1001011 | 100110001 | 1000010 | 1111 |
Color Harmonies of #3F0D3B
Complementary color
Monochromatic Colors of #3F0D3B
Black with #3F0D3B
Text Example
Text Example
White with #3F0D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D3B; }
p { color: rgb(63,13,59); }
H1.HeaderClassName
{
color: #3F0D3B;
}
.AnyTagClassName
{
color: #3F0D3B;
}
</style>
background-color css
<style>
a { background-color: #3F0D3B; }
a { background-color: rgb(63,13,59); }
div.DivClassName
{
background-color: #3F0D3B;
}
.BgClassName
{
background-color: #3F0D3B;
}
</style>
border-color css
<style>
span { border-color: #3F0D3B; }
span { border-color: rgb(63,13,59); }
td.TdClassName
{
border-color: #3F0D3B;
}
.TagClassName
{
border-color: #3F0D3B;
}
</style>