Shades of Mardi Gras #3B103D
Tints of Mardi Gras #3B103D
RGB
CMYK
RGB Variations
Color information
#3B103D (or 0x3B103D) is known color: Mardi Gras. HEX triplet: 3B, 10 and 3D. RGB value is (59,16,61). Sum of RGB (Red+Green+Blue) = 59+16+61=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B103D is #C4EFC2. Grayscale: #212121. Windows color (decimal): -12906435 or 4001851. OLE color: 4001851.
HSL color Cylindrical-coordinate representation of color #3B103D: hue angle of 297.33º degrees, saturation: 0.58, 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 #3B103D is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 16 | 61 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.76 |
| HSL | 297.33º | 0.58% | 0.15% | - |
| HSV(B) | 297.33º | 0.74% | 0.24% | - |
| XYZ | 2.83 | 1.64 | 4.58 | - |
| YUV | 33.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 61 | 0.03 | 0.74 | 0 | 0.76 | 297.33 | 0.58 | 0.15 |
| Hex | 3B | 10 | 3D | 3 | 4A | 0 | 4C | 129 | 3A | F |
| Octal | 73 | 20 | 75 | 3 | 112 | 0 | 114 | 451 | 72 | 17 |
| Binary | 111011 | 10000 | 111101 | 11 | 1001010 | 0 | 1001100 | 100101001 | 111010 | 1111 |
Color Harmonies of #3B103D
Complementary color
Monochromatic Colors of #3B103D
Black with #3B103D
Text Example
Text Example
White with #3B103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B103D; }
p { color: rgb(59,16,61); }
H1.HeaderClassName
{
color: #3B103D;
}
.AnyTagClassName
{
color: #3B103D;
}
</style>
background-color css
<style>
a { background-color: #3B103D; }
a { background-color: rgb(59,16,61); }
div.DivClassName
{
background-color: #3B103D;
}
.BgClassName
{
background-color: #3B103D;
}
</style>
border-color css
<style>
span { border-color: #3B103D; }
span { border-color: rgb(59,16,61); }
td.TdClassName
{
border-color: #3B103D;
}
.TagClassName
{
border-color: #3B103D;
}
</style>