Shades of Mardi Gras #3B0038
Tints of Mardi Gras #3B0038
RGB
CMYK
RGB Variations
Color information
#3B0038 (or 0x3B0038) is known color: Mardi Gras. HEX triplet: 3B, 00 and 38. RGB value is (59,0,56). Sum of RGB (Red+Green+Blue) = 59+0+56=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0038 is #C4FFC7. Grayscale: #171717. Windows color (decimal): -12910536 or 3670075. OLE color: 3670075.
HSL color Cylindrical-coordinate representation of color #3B0038: hue angle of 303.05º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B0038 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.05 | 0.77 |
| HSL | 303.05º | 1% | 0.12% | - |
| HSV(B) | 303.05º | 1% | 0.23% | - |
| XYZ | 2.52 | 1.22 | 3.84 | - |
| YUV | 24.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 56 | 0 | 1 | 0.05 | 0.77 | 303.05 | 1 | 0.12 |
| Hex | 3B | 0 | 38 | 0 | 64 | 5 | 4D | 12F | 64 | C |
| Octal | 73 | 0 | 70 | 0 | 144 | 5 | 115 | 457 | 144 | 14 |
| Binary | 111011 | 0 | 111000 | 0 | 1100100 | 101 | 1001101 | 100101111 | 1100100 | 1100 |
Color Harmonies of #3B0038
Complementary color
Monochromatic Colors of #3B0038
Black with #3B0038
Text Example
Text Example
White with #3B0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0038; }
p { color: rgb(59,0,56); }
H1.HeaderClassName
{
color: #3B0038;
}
.AnyTagClassName
{
color: #3B0038;
}
</style>
background-color css
<style>
a { background-color: #3B0038; }
a { background-color: rgb(59,0,56); }
div.DivClassName
{
background-color: #3B0038;
}
.BgClassName
{
background-color: #3B0038;
}
</style>
border-color css
<style>
span { border-color: #3B0038; }
span { border-color: rgb(59,0,56); }
td.TdClassName
{
border-color: #3B0038;
}
.TagClassName
{
border-color: #3B0038;
}
</style>