Shades of Mardi Gras #120A11
Tints of Mardi Gras #120A11
RGB
CMYK
RGB Variations
Color information
#120A11 (or 0x120A11) is known color: Mardi Gras. HEX triplet: 12, 0A and 11. RGB value is (18,10,17). Sum of RGB (Red+Green+Blue) = 18+10+17=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 18 - color contains mainly: red. Hex color #120A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A11 is #EDF5EE. Grayscale: #0D0D0D. Windows color (decimal): -15594991 or 1116690. OLE color: 1116690.
HSL color Cylindrical-coordinate representation of color #120A11: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #120A11 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 10 | 17 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.93 |
| HSL | 307.5º | 0.29% | 0.05% | - |
| HSV(B) | 307.5º | 0.44% | 0.07% | - |
| XYZ | 0.46 | 0.39 | 0.58 | - |
| YUV | 13.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 17 | 0 | 0.44 | 0.06 | 0.93 | 307.5 | 0.29 | 0.05 |
| Hex | 12 | A | 11 | 0 | 2C | 6 | 5D | 134 | 1D | 5 |
| Octal | 22 | 12 | 21 | 0 | 54 | 6 | 135 | 464 | 35 | 5 |
| Binary | 10010 | 1010 | 10001 | 0 | 101100 | 110 | 1011101 | 100110100 | 11101 | 101 |
Color Harmonies of #120A11
Complementary color
Monochromatic Colors of #120A11
Black with #120A11
Text Example
Text Example
White with #120A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A11; }
p { color: rgb(18,10,17); }
H1.HeaderClassName
{
color: #120A11;
}
.AnyTagClassName
{
color: #120A11;
}
</style>
background-color css
<style>
a { background-color: #120A11; }
a { background-color: rgb(18,10,17); }
div.DivClassName
{
background-color: #120A11;
}
.BgClassName
{
background-color: #120A11;
}
</style>
border-color css
<style>
span { border-color: #120A11; }
span { border-color: rgb(18,10,17); }
td.TdClassName
{
border-color: #120A11;
}
.TagClassName
{
border-color: #120A11;
}
</style>