Shades of Mardi Gras #3B0B3D
Tints of Mardi Gras #3B0B3D
RGB
CMYK
RGB Variations
Color information
#3B0B3D (or 0x3B0B3D) is known color: Mardi Gras. HEX triplet: 3B, 0B and 3D. RGB value is (59,11,61). Sum of RGB (Red+Green+Blue) = 59+11+61=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B0B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B3D is #C4F4C2. Grayscale: #1E1E1E. Windows color (decimal): -12907715 or 4000571. OLE color: 4000571.
HSL color Cylindrical-coordinate representation of color #3B0B3D: hue angle of 297.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B0B3D is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 11 | 61 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.76 |
| HSL | 297.6º | 0.69% | 0.14% | - |
| HSV(B) | 297.6º | 0.82% | 0.24% | - |
| XYZ | 2.77 | 1.51 | 4.56 | - |
| YUV | 31.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 61 | 0.03 | 0.82 | 0 | 0.76 | 297.6 | 0.69 | 0.14 |
| Hex | 3B | B | 3D | 3 | 52 | 0 | 4C | 12A | 45 | E |
| Octal | 73 | 13 | 75 | 3 | 122 | 0 | 114 | 452 | 105 | 16 |
| Binary | 111011 | 1011 | 111101 | 11 | 1010010 | 0 | 1001100 | 100101010 | 1000101 | 1110 |
Color Harmonies of #3B0B3D
Complementary color
Monochromatic Colors of #3B0B3D
Black with #3B0B3D
Text Example
Text Example
White with #3B0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B3D; }
p { color: rgb(59,11,61); }
H1.HeaderClassName
{
color: #3B0B3D;
}
.AnyTagClassName
{
color: #3B0B3D;
}
</style>
background-color css
<style>
a { background-color: #3B0B3D; }
a { background-color: rgb(59,11,61); }
div.DivClassName
{
background-color: #3B0B3D;
}
.BgClassName
{
background-color: #3B0B3D;
}
</style>
border-color css
<style>
span { border-color: #3B0B3D; }
span { border-color: rgb(59,11,61); }
td.TdClassName
{
border-color: #3B0B3D;
}
.TagClassName
{
border-color: #3B0B3D;
}
</style>