Shades of Mardi Gras #120413
Tints of Mardi Gras #120413
RGB
CMYK
RGB Variations
Color information
#120413 (or 0x120413) is known color: Mardi Gras. HEX triplet: 12, 04 and 13. RGB value is (18,4,19). Sum of RGB (Red+Green+Blue) = 18+4+19=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #120413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120413 is #EDFBEC. Grayscale: #090909. Windows color (decimal): -15596525 or 1246226. OLE color: 1246226.
HSL color Cylindrical-coordinate representation of color #120413: hue angle of 296º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120413 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 19 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.93 |
| HSL | 296º | 0.65% | 0.05% | - |
| HSV(B) | 296º | 0.79% | 0.07% | - |
| XYZ | 0.41 | 0.26 | 0.65 | - |
| YUV | 9.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 19 | 0.05 | 0.79 | 0 | 0.93 | 296 | 0.65 | 0.05 |
| Hex | 12 | 4 | 13 | 5 | 4F | 0 | 5D | 128 | 41 | 5 |
| Octal | 22 | 4 | 23 | 5 | 117 | 0 | 135 | 450 | 101 | 5 |
| Binary | 10010 | 100 | 10011 | 101 | 1001111 | 0 | 1011101 | 100101000 | 1000001 | 101 |
Color Harmonies of #120413
Complementary color
Monochromatic Colors of #120413
Black with #120413
Text Example
Text Example
White with #120413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120413; }
p { color: rgb(18,4,19); }
H1.HeaderClassName
{
color: #120413;
}
.AnyTagClassName
{
color: #120413;
}
</style>
background-color css
<style>
a { background-color: #120413; }
a { background-color: rgb(18,4,19); }
div.DivClassName
{
background-color: #120413;
}
.BgClassName
{
background-color: #120413;
}
</style>
border-color css
<style>
span { border-color: #120413; }
span { border-color: rgb(18,4,19); }
td.TdClassName
{
border-color: #120413;
}
.TagClassName
{
border-color: #120413;
}
</style>