Shades of Mardi Gras #3B1838
Tints of Mardi Gras #3B1838
RGB
CMYK
RGB Variations
Color information
#3B1838 (or 0x3B1838) is known color: Mardi Gras. HEX triplet: 3B, 18 and 38. RGB value is (59,24,56). Sum of RGB (Red+Green+Blue) = 59+24+56=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1838 is #C4E7C7. Grayscale: #262626. Windows color (decimal): -12904392 or 3676219. OLE color: 3676219.
HSL color Cylindrical-coordinate representation of color #3B1838: hue angle of 305.14º 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 #3B1838 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 56 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.77 |
| HSL | 305.14º | 0.42% | 0.16% | - |
| HSV(B) | 305.14º | 0.59% | 0.23% | - |
| XYZ | 2.84 | 1.87 | 3.95 | - |
| YUV | 38.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 56 | 0 | 0.59 | 0.05 | 0.77 | 305.14 | 0.42 | 0.16 |
| Hex | 3B | 18 | 38 | 0 | 3B | 5 | 4D | 131 | 2A | 10 |
| Octal | 73 | 30 | 70 | 0 | 73 | 5 | 115 | 461 | 52 | 20 |
| Binary | 111011 | 11000 | 111000 | 0 | 111011 | 101 | 1001101 | 100110001 | 101010 | 10000 |
Color Harmonies of #3B1838
Complementary color
Monochromatic Colors of #3B1838
Black with #3B1838
Text Example
Text Example
White with #3B1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1838; }
p { color: rgb(59,24,56); }
H1.HeaderClassName
{
color: #3B1838;
}
.AnyTagClassName
{
color: #3B1838;
}
</style>
background-color css
<style>
a { background-color: #3B1838; }
a { background-color: rgb(59,24,56); }
div.DivClassName
{
background-color: #3B1838;
}
.BgClassName
{
background-color: #3B1838;
}
</style>
border-color css
<style>
span { border-color: #3B1838; }
span { border-color: rgb(59,24,56); }
td.TdClassName
{
border-color: #3B1838;
}
.TagClassName
{
border-color: #3B1838;
}
</style>