Shades of Mardi Gras #3B143E
Tints of Mardi Gras #3B143E
RGB
CMYK
RGB Variations
Color information
#3B143E (or 0x3B143E) is known color: Mardi Gras. HEX triplet: 3B, 14 and 3E. RGB value is (59,20,62). Sum of RGB (Red+Green+Blue) = 59+20+62=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B143E is #C4EBC1. Grayscale: #242424. Windows color (decimal): -12905410 or 4068411. OLE color: 4068411.
HSL color Cylindrical-coordinate representation of color #3B143E: hue angle of 295.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B143E is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 20 | 62 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.76 |
| HSL | 295.71º | 0.51% | 0.16% | - |
| HSV(B) | 295.71º | 0.68% | 0.24% | - |
| XYZ | 2.92 | 1.78 | 4.75 | - |
| YUV | 36.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 62 | 0.05 | 0.68 | 0 | 0.76 | 295.71 | 0.51 | 0.16 |
| Hex | 3B | 14 | 3E | 5 | 44 | 0 | 4C | 128 | 33 | 10 |
| Octal | 73 | 24 | 76 | 5 | 104 | 0 | 114 | 450 | 63 | 20 |
| Binary | 111011 | 10100 | 111110 | 101 | 1000100 | 0 | 1001100 | 100101000 | 110011 | 10000 |
Color Harmonies of #3B143E
Complementary color
Monochromatic Colors of #3B143E
Black with #3B143E
Text Example
Text Example
White with #3B143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B143E; }
p { color: rgb(59,20,62); }
H1.HeaderClassName
{
color: #3B143E;
}
.AnyTagClassName
{
color: #3B143E;
}
</style>
background-color css
<style>
a { background-color: #3B143E; }
a { background-color: rgb(59,20,62); }
div.DivClassName
{
background-color: #3B143E;
}
.BgClassName
{
background-color: #3B143E;
}
</style>
border-color css
<style>
span { border-color: #3B143E; }
span { border-color: rgb(59,20,62); }
td.TdClassName
{
border-color: #3B143E;
}
.TagClassName
{
border-color: #3B143E;
}
</style>