Shades of Mardi Gras #3B163F
Tints of Mardi Gras #3B163F
RGB
CMYK
RGB Variations
Color information
#3B163F (or 0x3B163F) is known color: Mardi Gras. HEX triplet: 3B, 16 and 3F. RGB value is (59,22,63). Sum of RGB (Red+Green+Blue) = 59+22+63=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B163F is #C4E9C0. Grayscale: #252525. Windows color (decimal): -12904897 or 4134459. OLE color: 4134459.
HSL color Cylindrical-coordinate representation of color #3B163F: hue angle of 294.15º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B163F is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 22 | 63 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.75 |
| HSL | 294.15º | 0.48% | 0.17% | - |
| HSV(B) | 294.15º | 0.65% | 0.25% | - |
| XYZ | 2.99 | 1.86 | 4.9 | - |
| YUV | 37.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 63 | 0.06 | 0.65 | 0 | 0.75 | 294.15 | 0.48 | 0.17 |
| Hex | 3B | 16 | 3F | 6 | 41 | 0 | 4B | 126 | 30 | 11 |
| Octal | 73 | 26 | 77 | 6 | 101 | 0 | 113 | 446 | 60 | 21 |
| Binary | 111011 | 10110 | 111111 | 110 | 1000001 | 0 | 1001011 | 100100110 | 110000 | 10001 |
Color Harmonies of #3B163F
Complementary color
Monochromatic Colors of #3B163F
Black with #3B163F
Text Example
Text Example
White with #3B163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B163F; }
p { color: rgb(59,22,63); }
H1.HeaderClassName
{
color: #3B163F;
}
.AnyTagClassName
{
color: #3B163F;
}
</style>
background-color css
<style>
a { background-color: #3B163F; }
a { background-color: rgb(59,22,63); }
div.DivClassName
{
background-color: #3B163F;
}
.BgClassName
{
background-color: #3B163F;
}
</style>
border-color css
<style>
span { border-color: #3B163F; }
span { border-color: rgb(59,22,63); }
td.TdClassName
{
border-color: #3B163F;
}
.TagClassName
{
border-color: #3B163F;
}
</style>