Shades of Mardi Gras #3B033A
Tints of Mardi Gras #3B033A
RGB
CMYK
RGB Variations
Color information
#3B033A (or 0x3B033A) is known color: Mardi Gras. HEX triplet: 3B, 03 and 3A. RGB value is (59,3,58). Sum of RGB (Red+Green+Blue) = 59+3+58=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B033A is #C4FCC5. Grayscale: #191919. Windows color (decimal): -12909766 or 3801915. OLE color: 3801915.
HSL color Cylindrical-coordinate representation of color #3B033A: hue angle of 301.07º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B033A is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 3 | 58 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.77 |
| HSL | 301.07º | 0.9% | 0.12% | - |
| HSV(B) | 301.07º | 0.95% | 0.23% | - |
| XYZ | 2.6 | 1.3 | 4.12 | - |
| YUV | 26.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 58 | 0 | 0.95 | 0.02 | 0.77 | 301.07 | 0.9 | 0.12 |
| Hex | 3B | 3 | 3A | 0 | 5F | 2 | 4D | 12D | 5A | C |
| Octal | 73 | 3 | 72 | 0 | 137 | 2 | 115 | 455 | 132 | 14 |
| Binary | 111011 | 11 | 111010 | 0 | 1011111 | 10 | 1001101 | 100101101 | 1011010 | 1100 |
Color Harmonies of #3B033A
Complementary color
Monochromatic Colors of #3B033A
Black with #3B033A
Text Example
Text Example
White with #3B033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B033A; }
p { color: rgb(59,3,58); }
H1.HeaderClassName
{
color: #3B033A;
}
.AnyTagClassName
{
color: #3B033A;
}
</style>
background-color css
<style>
a { background-color: #3B033A; }
a { background-color: rgb(59,3,58); }
div.DivClassName
{
background-color: #3B033A;
}
.BgClassName
{
background-color: #3B033A;
}
</style>
border-color css
<style>
span { border-color: #3B033A; }
span { border-color: rgb(59,3,58); }
td.TdClassName
{
border-color: #3B033A;
}
.TagClassName
{
border-color: #3B033A;
}
</style>