Shades of Mardi Gras #120A12
Tints of Mardi Gras #120A12
RGB
CMYK
RGB Variations
Color information
#120A12 (or 0x120A12) is known color: Mardi Gras. HEX triplet: 12, 0A and 12. RGB value is (18,10,18). Sum of RGB (Red+Green+Blue) = 18+10+18=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A12 is #EDF5ED. Grayscale: #0D0D0D. Windows color (decimal): -15594990 or 1182226. OLE color: 1182226.
HSL color Cylindrical-coordinate representation of color #120A12: hue angle of 300º 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 #120A12 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 10 | 18 | - |
CMYK | 0 | 0.44 | 0 | 0.93 |
HSL | 300º | 0.29% | 0.05% | - |
HSV(B) | 300º | 0.44% | 0.07% | - |
XYZ | 0.47 | 0.39 | 0.62 | - |
YUV | 13.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 10 | 18 | 0 | 0.44 | 0 | 0.93 | 300 | 0.29 | 0.05 |
Hex | 12 | A | 12 | 0 | 2C | 0 | 5D | 12C | 1D | 5 |
Octal | 22 | 12 | 22 | 0 | 54 | 0 | 135 | 454 | 35 | 5 |
Binary | 10010 | 1010 | 10010 | 0 | 101100 | 0 | 1011101 | 100101100 | 11101 | 101 |
Color Harmonies of #120A12
Complementary color
Monochromatic Colors of #120A12
Black with #120A12
Text Example
Text Example
White with #120A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A12; }
p { color: rgb(18,10,18); }
H1.HeaderClassName
{
color: #120A12;
}
.AnyTagClassName
{
color: #120A12;
}
</style>
background-color css
<style>
a { background-color: #120A12; }
a { background-color: rgb(18,10,18); }
div.DivClassName
{
background-color: #120A12;
}
.BgClassName
{
background-color: #120A12;
}
</style>
border-color css
<style>
span { border-color: #120A12; }
span { border-color: rgb(18,10,18); }
td.TdClassName
{
border-color: #120A12;
}
.TagClassName
{
border-color: #120A12;
}
</style>