Shades of Mardi Gras #3B163B
Tints of Mardi Gras #3B163B
RGB
CMYK
RGB Variations
Color information
#3B163B (or 0x3B163B) is known color: Mardi Gras. HEX triplet: 3B, 16 and 3B. RGB value is (59,22,59). Sum of RGB (Red+Green+Blue) = 59+22+59=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B163B is #C4E9C4. Grayscale: #252525. Windows color (decimal): -12904901 or 3872315. OLE color: 3872315.
HSL color Cylindrical-coordinate representation of color #3B163B: hue angle of 300º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B163B is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 59 | - |
| CMYK | 0 | 0.63 | 0 | 0.77 |
| HSL | 300º | 0.46% | 0.16% | - |
| HSV(B) | 300º | 0.63% | 0.23% | - |
| XYZ | 2.88 | 1.82 | 4.34 | - |
| YUV | 37.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 59 | 0 | 0.63 | 0 | 0.77 | 300 | 0.46 | 0.16 |
| Hex | 3B | 16 | 3B | 0 | 3F | 0 | 4D | 12C | 2E | 10 |
| Octal | 73 | 26 | 73 | 0 | 77 | 0 | 115 | 454 | 56 | 20 |
| Binary | 111011 | 10110 | 111011 | 0 | 111111 | 0 | 1001101 | 100101100 | 101110 | 10000 |
Color Harmonies of #3B163B
Complementary color
Monochromatic Colors of #3B163B
Black with #3B163B
Text Example
Text Example
White with #3B163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B163B; }
p { color: rgb(59,22,59); }
H1.HeaderClassName
{
color: #3B163B;
}
.AnyTagClassName
{
color: #3B163B;
}
</style>
background-color css
<style>
a { background-color: #3B163B; }
a { background-color: rgb(59,22,59); }
div.DivClassName
{
background-color: #3B163B;
}
.BgClassName
{
background-color: #3B163B;
}
</style>
border-color css
<style>
span { border-color: #3B163B; }
span { border-color: rgb(59,22,59); }
td.TdClassName
{
border-color: #3B163B;
}
.TagClassName
{
border-color: #3B163B;
}
</style>