Shades of Mardi Gras #3B0D3F
Tints of Mardi Gras #3B0D3F
RGB
CMYK
RGB Variations
Color information
#3B0D3F (or 0x3B0D3F) is known color: Mardi Gras. HEX triplet: 3B, 0D and 3F. RGB value is (59,13,63). Sum of RGB (Red+Green+Blue) = 59+13+63=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 13 (5.47% from 255 or 9.63% 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 #3B0D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D3F is #C4F2C0. Grayscale: #202020. Windows color (decimal): -12907201 or 4132155. OLE color: 4132155.
HSL color Cylindrical-coordinate representation of color #3B0D3F: hue angle of 295.2º 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 #3B0D3F is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 13 | 63 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.75 |
| HSL | 295.2º | 0.66% | 0.15% | - |
| HSV(B) | 295.2º | 0.79% | 0.25% | - |
| XYZ | 2.84 | 1.58 | 4.86 | - |
| YUV | 32.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 63 | 0.06 | 0.79 | 0 | 0.75 | 295.2 | 0.66 | 0.15 |
| Hex | 3B | D | 3F | 6 | 4F | 0 | 4B | 127 | 42 | F |
| Octal | 73 | 15 | 77 | 6 | 117 | 0 | 113 | 447 | 102 | 17 |
| Binary | 111011 | 1101 | 111111 | 110 | 1001111 | 0 | 1001011 | 100100111 | 1000010 | 1111 |
Color Harmonies of #3B0D3F
Complementary color
Monochromatic Colors of #3B0D3F
Black with #3B0D3F
Text Example
Text Example
White with #3B0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D3F; }
p { color: rgb(59,13,63); }
H1.HeaderClassName
{
color: #3B0D3F;
}
.AnyTagClassName
{
color: #3B0D3F;
}
</style>
background-color css
<style>
a { background-color: #3B0D3F; }
a { background-color: rgb(59,13,63); }
div.DivClassName
{
background-color: #3B0D3F;
}
.BgClassName
{
background-color: #3B0D3F;
}
</style>
border-color css
<style>
span { border-color: #3B0D3F; }
span { border-color: rgb(59,13,63); }
td.TdClassName
{
border-color: #3B0D3F;
}
.TagClassName
{
border-color: #3B0D3F;
}
</style>