Shades of Mardi Gras #3B183E
Tints of Mardi Gras #3B183E
RGB
CMYK
RGB Variations
Color information
#3B183E (or 0x3B183E) is known color: Mardi Gras. HEX triplet: 3B, 18 and 3E. RGB value is (59,24,62). Sum of RGB (Red+Green+Blue) = 59+24+62=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B183E is #C4E7C1. Grayscale: #262626. Windows color (decimal): -12904386 or 4069435. OLE color: 4069435.
HSL color Cylindrical-coordinate representation of color #3B183E: hue angle of 295.26º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B183E is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 24 | 62 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.76 |
| HSL | 295.26º | 0.44% | 0.17% | - |
| HSV(B) | 295.26º | 0.61% | 0.24% | - |
| XYZ | 3 | 1.93 | 4.77 | - |
| YUV | 38.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 62 | 0.05 | 0.61 | 0 | 0.76 | 295.26 | 0.44 | 0.17 |
| Hex | 3B | 18 | 3E | 5 | 3D | 0 | 4C | 127 | 2C | 11 |
| Octal | 73 | 30 | 76 | 5 | 75 | 0 | 114 | 447 | 54 | 21 |
| Binary | 111011 | 11000 | 111110 | 101 | 111101 | 0 | 1001100 | 100100111 | 101100 | 10001 |
Color Harmonies of #3B183E
Complementary color
Monochromatic Colors of #3B183E
Black with #3B183E
Text Example
Text Example
White with #3B183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B183E; }
p { color: rgb(59,24,62); }
H1.HeaderClassName
{
color: #3B183E;
}
.AnyTagClassName
{
color: #3B183E;
}
</style>
background-color css
<style>
a { background-color: #3B183E; }
a { background-color: rgb(59,24,62); }
div.DivClassName
{
background-color: #3B183E;
}
.BgClassName
{
background-color: #3B183E;
}
</style>
border-color css
<style>
span { border-color: #3B183E; }
span { border-color: rgb(59,24,62); }
td.TdClassName
{
border-color: #3B183E;
}
.TagClassName
{
border-color: #3B183E;
}
</style>