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