Shades of Mardi Gras #3F0B37
Tints of Mardi Gras #3F0B37
RGB
CMYK
RGB Variations
Color information
#3F0B37 (or 0x3F0B37) is known color: Mardi Gras. HEX triplet: 3F, 0B and 37. RGB value is (63,11,55). Sum of RGB (Red+Green+Blue) = 63+11+55=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B37 is #C0F4C8. Grayscale: #1F1F1F. Windows color (decimal): -12645577 or 3607359. OLE color: 3607359.
HSL color Cylindrical-coordinate representation of color #3F0B37: hue angle of 309.23º 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 #3F0B37 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 55 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.75 |
| HSL | 309.23º | 0.7% | 0.15% | - |
| HSV(B) | 309.23º | 0.83% | 0.25% | - |
| XYZ | 2.86 | 1.57 | 3.77 | - |
| YUV | 31.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 55 | 0 | 0.83 | 0.13 | 0.75 | 309.23 | 0.7 | 0.15 |
| Hex | 3F | B | 37 | 0 | 53 | D | 4B | 135 | 46 | F |
| Octal | 77 | 13 | 67 | 0 | 123 | 15 | 113 | 465 | 106 | 17 |
| Binary | 111111 | 1011 | 110111 | 0 | 1010011 | 1101 | 1001011 | 100110101 | 1000110 | 1111 |
Color Harmonies of #3F0B37
Complementary color
Monochromatic Colors of #3F0B37
Black with #3F0B37
Text Example
Text Example
White with #3F0B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B37; }
p { color: rgb(63,11,55); }
H1.HeaderClassName
{
color: #3F0B37;
}
.AnyTagClassName
{
color: #3F0B37;
}
</style>
background-color css
<style>
a { background-color: #3F0B37; }
a { background-color: rgb(63,11,55); }
div.DivClassName
{
background-color: #3F0B37;
}
.BgClassName
{
background-color: #3F0B37;
}
</style>
border-color css
<style>
span { border-color: #3F0B37; }
span { border-color: rgb(63,11,55); }
td.TdClassName
{
border-color: #3F0B37;
}
.TagClassName
{
border-color: #3F0B37;
}
</style>