Shades of Mardi Gras #120B11
Tints of Mardi Gras #120B11
RGB
CMYK
RGB Variations
Color information
#120B11 (or 0x120B11) is known color: Mardi Gras. HEX triplet: 12, 0B and 11. RGB value is (18,11,17). Sum of RGB (Red+Green+Blue) = 18+11+17=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 18 - color contains mainly: red. Hex color #120B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B11 is #EDF4EE. Grayscale: #0D0D0D. Windows color (decimal): -15594735 or 1116946. OLE color: 1116946.
HSL color Cylindrical-coordinate representation of color #120B11: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #120B11 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 11 | 17 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.93 |
| HSL | 308.57º | 0.24% | 0.06% | - |
| HSV(B) | 308.57º | 0.39% | 0.07% | - |
| XYZ | 0.47 | 0.41 | 0.58 | - |
| YUV | 13.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 17 | 0 | 0.39 | 0.06 | 0.93 | 308.57 | 0.24 | 0.06 |
| Hex | 12 | B | 11 | 0 | 27 | 6 | 5D | 135 | 18 | 6 |
| Octal | 22 | 13 | 21 | 0 | 47 | 6 | 135 | 465 | 30 | 6 |
| Binary | 10010 | 1011 | 10001 | 0 | 100111 | 110 | 1011101 | 100110101 | 11000 | 110 |
Color Harmonies of #120B11
Complementary color
Monochromatic Colors of #120B11
Black with #120B11
Text Example
Text Example
White with #120B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B11; }
p { color: rgb(18,11,17); }
H1.HeaderClassName
{
color: #120B11;
}
.AnyTagClassName
{
color: #120B11;
}
</style>
background-color css
<style>
a { background-color: #120B11; }
a { background-color: rgb(18,11,17); }
div.DivClassName
{
background-color: #120B11;
}
.BgClassName
{
background-color: #120B11;
}
</style>
border-color css
<style>
span { border-color: #120B11; }
span { border-color: rgb(18,11,17); }
td.TdClassName
{
border-color: #120B11;
}
.TagClassName
{
border-color: #120B11;
}
</style>