Shades of Mardi Gras #3B183B
Tints of Mardi Gras #3B183B
RGB
CMYK
RGB Variations
Color information
#3B183B (or 0x3B183B) is known color: Mardi Gras. HEX triplet: 3B, 18 and 3B. RGB value is (59,24,59). Sum of RGB (Red+Green+Blue) = 59+24+59=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B183B is #C4E7C4. Grayscale: #262626. Windows color (decimal): -12904389 or 3872827. OLE color: 3872827.
HSL color Cylindrical-coordinate representation of color #3B183B: hue angle of 300º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B183B is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 59 | - |
| CMYK | 0 | 0.59 | 0 | 0.77 |
| HSL | 300º | 0.42% | 0.16% | - |
| HSV(B) | 300º | 0.59% | 0.23% | - |
| XYZ | 2.92 | 1.9 | 4.35 | - |
| YUV | 38.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 59 | 0 | 0.59 | 0 | 0.77 | 300 | 0.42 | 0.16 |
| Hex | 3B | 18 | 3B | 0 | 3B | 0 | 4D | 12C | 2A | 10 |
| Octal | 73 | 30 | 73 | 0 | 73 | 0 | 115 | 454 | 52 | 20 |
| Binary | 111011 | 11000 | 111011 | 0 | 111011 | 0 | 1001101 | 100101100 | 101010 | 10000 |
Color Harmonies of #3B183B
Complementary color
Monochromatic Colors of #3B183B
Black with #3B183B
Text Example
Text Example
White with #3B183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B183B; }
p { color: rgb(59,24,59); }
H1.HeaderClassName
{
color: #3B183B;
}
.AnyTagClassName
{
color: #3B183B;
}
</style>
background-color css
<style>
a { background-color: #3B183B; }
a { background-color: rgb(59,24,59); }
div.DivClassName
{
background-color: #3B183B;
}
.BgClassName
{
background-color: #3B183B;
}
</style>
border-color css
<style>
span { border-color: #3B183B; }
span { border-color: rgb(59,24,59); }
td.TdClassName
{
border-color: #3B183B;
}
.TagClassName
{
border-color: #3B183B;
}
</style>