Shades of Mardi Gras #3B023F
Tints of Mardi Gras #3B023F
RGB
CMYK
RGB Variations
Color information
#3B023F (or 0x3B023F) is known color: Mardi Gras. HEX triplet: 3B, 02 and 3F. RGB value is (59,2,63). Sum of RGB (Red+Green+Blue) = 59+2+63=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B023F is #C4FDC0. Grayscale: #191919. Windows color (decimal): -12910017 or 4129339. OLE color: 4129339.
HSL color Cylindrical-coordinate representation of color #3B023F: hue angle of 296.07º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B023F is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 2 | 63 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.75 |
| HSL | 296.07º | 0.94% | 0.13% | - |
| HSV(B) | 296.07º | 0.97% | 0.25% | - |
| XYZ | 2.72 | 1.33 | 4.82 | - |
| YUV | 26 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 63 | 0.06 | 0.97 | 0 | 0.75 | 296.07 | 0.94 | 0.13 |
| Hex | 3B | 2 | 3F | 6 | 61 | 0 | 4B | 128 | 5E | D |
| Octal | 73 | 2 | 77 | 6 | 141 | 0 | 113 | 450 | 136 | 15 |
| Binary | 111011 | 10 | 111111 | 110 | 1100001 | 0 | 1001011 | 100101000 | 1011110 | 1101 |
Color Harmonies of #3B023F
Complementary color
Monochromatic Colors of #3B023F
Black with #3B023F
Text Example
Text Example
White with #3B023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B023F; }
p { color: rgb(59,2,63); }
H1.HeaderClassName
{
color: #3B023F;
}
.AnyTagClassName
{
color: #3B023F;
}
</style>
background-color css
<style>
a { background-color: #3B023F; }
a { background-color: rgb(59,2,63); }
div.DivClassName
{
background-color: #3B023F;
}
.BgClassName
{
background-color: #3B023F;
}
</style>
border-color css
<style>
span { border-color: #3B023F; }
span { border-color: rgb(59,2,63); }
td.TdClassName
{
border-color: #3B023F;
}
.TagClassName
{
border-color: #3B023F;
}
</style>