Shades of Mardi Gras #3B073F
Tints of Mardi Gras #3B073F
RGB
CMYK
RGB Variations
Color information
#3B073F (or 0x3B073F) is known color: Mardi Gras. HEX triplet: 3B, 07 and 3F. RGB value is (59,7,63). Sum of RGB (Red+Green+Blue) = 59+7+63=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B073F is #C4F8C0. Grayscale: #1C1C1C. Windows color (decimal): -12908737 or 4130619. OLE color: 4130619.
HSL color Cylindrical-coordinate representation of color #3B073F: hue angle of 295.71º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B073F is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 7 | 63 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.75 |
| HSL | 295.71º | 0.8% | 0.14% | - |
| HSV(B) | 295.71º | 0.89% | 0.25% | - |
| XYZ | 2.78 | 1.44 | 4.83 | - |
| YUV | 28.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 63 | 0.06 | 0.89 | 0 | 0.75 | 295.71 | 0.8 | 0.14 |
| Hex | 3B | 7 | 3F | 6 | 59 | 0 | 4B | 128 | 50 | E |
| Octal | 73 | 7 | 77 | 6 | 131 | 0 | 113 | 450 | 120 | 16 |
| Binary | 111011 | 111 | 111111 | 110 | 1011001 | 0 | 1001011 | 100101000 | 1010000 | 1110 |
Color Harmonies of #3B073F
Complementary color
Monochromatic Colors of #3B073F
Black with #3B073F
Text Example
Text Example
White with #3B073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B073F; }
p { color: rgb(59,7,63); }
H1.HeaderClassName
{
color: #3B073F;
}
.AnyTagClassName
{
color: #3B073F;
}
</style>
background-color css
<style>
a { background-color: #3B073F; }
a { background-color: rgb(59,7,63); }
div.DivClassName
{
background-color: #3B073F;
}
.BgClassName
{
background-color: #3B073F;
}
</style>
border-color css
<style>
span { border-color: #3B073F; }
span { border-color: rgb(59,7,63); }
td.TdClassName
{
border-color: #3B073F;
}
.TagClassName
{
border-color: #3B073F;
}
</style>