Shades of Mardi Gras #3B103E
Tints of Mardi Gras #3B103E
RGB
CMYK
RGB Variations
Color information
#3B103E (or 0x3B103E) is known color: Mardi Gras. HEX triplet: 3B, 10 and 3E. RGB value is (59,16,62). Sum of RGB (Red+Green+Blue) = 59+16+62=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B103E is #C4EFC1. Grayscale: #212121. Windows color (decimal): -12906434 or 4067387. OLE color: 4067387.
HSL color Cylindrical-coordinate representation of color #3B103E: hue angle of 296.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B103E is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 16 | 62 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.76 |
| HSL | 296.09º | 0.59% | 0.15% | - |
| HSV(B) | 296.09º | 0.74% | 0.24% | - |
| XYZ | 2.86 | 1.65 | 4.72 | - |
| YUV | 34.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 62 | 0.05 | 0.74 | 0 | 0.76 | 296.09 | 0.59 | 0.15 |
| Hex | 3B | 10 | 3E | 5 | 4A | 0 | 4C | 128 | 3B | F |
| Octal | 73 | 20 | 76 | 5 | 112 | 0 | 114 | 450 | 73 | 17 |
| Binary | 111011 | 10000 | 111110 | 101 | 1001010 | 0 | 1001100 | 100101000 | 111011 | 1111 |
Color Harmonies of #3B103E
Complementary color
Monochromatic Colors of #3B103E
Black with #3B103E
Text Example
Text Example
White with #3B103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B103E; }
p { color: rgb(59,16,62); }
H1.HeaderClassName
{
color: #3B103E;
}
.AnyTagClassName
{
color: #3B103E;
}
</style>
background-color css
<style>
a { background-color: #3B103E; }
a { background-color: rgb(59,16,62); }
div.DivClassName
{
background-color: #3B103E;
}
.BgClassName
{
background-color: #3B103E;
}
</style>
border-color css
<style>
span { border-color: #3B103E; }
span { border-color: rgb(59,16,62); }
td.TdClassName
{
border-color: #3B103E;
}
.TagClassName
{
border-color: #3B103E;
}
</style>