Shades of Mardi Gras #3B0938
Tints of Mardi Gras #3B0938
RGB
CMYK
RGB Variations
Color information
#3B0938 (or 0x3B0938) is known color: Mardi Gras. HEX triplet: 3B, 09 and 38. RGB value is (59,9,56). Sum of RGB (Red+Green+Blue) = 59+9+56=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0938 is #C4F6C7. Grayscale: #1D1D1D. Windows color (decimal): -12908232 or 3672379. OLE color: 3672379.
HSL color Cylindrical-coordinate representation of color #3B0938: hue angle of 303.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0938 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 9 | 56 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.77 |
| HSL | 303.6º | 0.74% | 0.13% | - |
| HSV(B) | 303.6º | 0.85% | 0.23% | - |
| XYZ | 2.62 | 1.41 | 3.88 | - |
| YUV | 29.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 56 | 0 | 0.85 | 0.05 | 0.77 | 303.6 | 0.74 | 0.13 |
| Hex | 3B | 9 | 38 | 0 | 55 | 5 | 4D | 130 | 4A | D |
| Octal | 73 | 11 | 70 | 0 | 125 | 5 | 115 | 460 | 112 | 15 |
| Binary | 111011 | 1001 | 111000 | 0 | 1010101 | 101 | 1001101 | 100110000 | 1001010 | 1101 |
Color Harmonies of #3B0938
Complementary color
Monochromatic Colors of #3B0938
Black with #3B0938
Text Example
Text Example
White with #3B0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0938; }
p { color: rgb(59,9,56); }
H1.HeaderClassName
{
color: #3B0938;
}
.AnyTagClassName
{
color: #3B0938;
}
</style>
background-color css
<style>
a { background-color: #3B0938; }
a { background-color: rgb(59,9,56); }
div.DivClassName
{
background-color: #3B0938;
}
.BgClassName
{
background-color: #3B0938;
}
</style>
border-color css
<style>
span { border-color: #3B0938; }
span { border-color: rgb(59,9,56); }
td.TdClassName
{
border-color: #3B0938;
}
.TagClassName
{
border-color: #3B0938;
}
</style>