Shades of Mardi Gras #3B123F
Tints of Mardi Gras #3B123F
RGB
CMYK
RGB Variations
Color information
#3B123F (or 0x3B123F) is known color: Mardi Gras. HEX triplet: 3B, 12 and 3F. RGB value is (59,18,63). Sum of RGB (Red+Green+Blue) = 59+18+63=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B123F is #C4EDC0. Grayscale: #232323. Windows color (decimal): -12905921 or 4133435. OLE color: 4133435.
HSL color Cylindrical-coordinate representation of color #3B123F: hue angle of 294.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B123F is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 18 | 63 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.75 |
| HSL | 294.67º | 0.56% | 0.16% | - |
| HSV(B) | 294.67º | 0.71% | 0.25% | - |
| XYZ | 2.92 | 1.72 | 4.88 | - |
| YUV | 35.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 63 | 0.06 | 0.71 | 0 | 0.75 | 294.67 | 0.56 | 0.16 |
| Hex | 3B | 12 | 3F | 6 | 47 | 0 | 4B | 127 | 38 | 10 |
| Octal | 73 | 22 | 77 | 6 | 107 | 0 | 113 | 447 | 70 | 20 |
| Binary | 111011 | 10010 | 111111 | 110 | 1000111 | 0 | 1001011 | 100100111 | 111000 | 10000 |
Color Harmonies of #3B123F
Complementary color
Monochromatic Colors of #3B123F
Black with #3B123F
Text Example
Text Example
White with #3B123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B123F; }
p { color: rgb(59,18,63); }
H1.HeaderClassName
{
color: #3B123F;
}
.AnyTagClassName
{
color: #3B123F;
}
</style>
background-color css
<style>
a { background-color: #3B123F; }
a { background-color: rgb(59,18,63); }
div.DivClassName
{
background-color: #3B123F;
}
.BgClassName
{
background-color: #3B123F;
}
</style>
border-color css
<style>
span { border-color: #3B123F; }
span { border-color: rgb(59,18,63); }
td.TdClassName
{
border-color: #3B123F;
}
.TagClassName
{
border-color: #3B123F;
}
</style>