Shades of Mardi Gras #120911
Tints of Mardi Gras #120911
RGB
CMYK
RGB Variations
Color information
#120911 (or 0x120911) is known color: Mardi Gras. HEX triplet: 12, 09 and 11. RGB value is (18,9,17). Sum of RGB (Red+Green+Blue) = 18+9+17=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120911 is #EDF6EE. Grayscale: #0C0C0C. Windows color (decimal): -15595247 or 1116434. OLE color: 1116434.
HSL color Cylindrical-coordinate representation of color #120911: hue angle of 306.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120911 is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 9 | 17 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.93 |
| HSL | 306.67º | 0.33% | 0.05% | - |
| HSV(B) | 306.67º | 0.5% | 0.07% | - |
| XYZ | 0.45 | 0.36 | 0.58 | - |
| YUV | 12.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 17 | 0 | 0.5 | 0.06 | 0.93 | 306.67 | 0.33 | 0.05 |
| Hex | 12 | 9 | 11 | 0 | 32 | 6 | 5D | 133 | 21 | 5 |
| Octal | 22 | 11 | 21 | 0 | 62 | 6 | 135 | 463 | 41 | 5 |
| Binary | 10010 | 1001 | 10001 | 0 | 110010 | 110 | 1011101 | 100110011 | 100001 | 101 |
Color Harmonies of #120911
Complementary color
Monochromatic Colors of #120911
Black with #120911
Text Example
Text Example
White with #120911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120911; }
p { color: rgb(18,9,17); }
H1.HeaderClassName
{
color: #120911;
}
.AnyTagClassName
{
color: #120911;
}
</style>
background-color css
<style>
a { background-color: #120911; }
a { background-color: rgb(18,9,17); }
div.DivClassName
{
background-color: #120911;
}
.BgClassName
{
background-color: #120911;
}
</style>
border-color css
<style>
span { border-color: #120911; }
span { border-color: rgb(18,9,17); }
td.TdClassName
{
border-color: #120911;
}
.TagClassName
{
border-color: #120911;
}
</style>