Shades of Mardi Gras #120B12
Tints of Mardi Gras #120B12
RGB
CMYK
RGB Variations
Color information
#120B12 (or 0x120B12) is known color: Mardi Gras. HEX triplet: 12, 0B and 12. RGB value is (18,11,18). Sum of RGB (Red+Green+Blue) = 18+11+18=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B12 is #EDF4ED. Grayscale: #0D0D0D. Windows color (decimal): -15594734 or 1182482. OLE color: 1182482.
HSL color Cylindrical-coordinate representation of color #120B12: hue angle of 300º 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 #120B12 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 11 | 18 | - |
CMYK | 0 | 0.39 | 0 | 0.93 |
HSL | 300º | 0.24% | 0.06% | - |
HSV(B) | 300º | 0.39% | 0.07% | - |
XYZ | 0.48 | 0.41 | 0.63 | - |
YUV | 13.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 11 | 18 | 0 | 0.39 | 0 | 0.93 | 300 | 0.24 | 0.06 |
Hex | 12 | B | 12 | 0 | 27 | 0 | 5D | 12C | 18 | 6 |
Octal | 22 | 13 | 22 | 0 | 47 | 0 | 135 | 454 | 30 | 6 |
Binary | 10010 | 1011 | 10010 | 0 | 100111 | 0 | 1011101 | 100101100 | 11000 | 110 |
Color Harmonies of #120B12
Complementary color
Monochromatic Colors of #120B12
Black with #120B12
Text Example
Text Example
White with #120B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B12; }
p { color: rgb(18,11,18); }
H1.HeaderClassName
{
color: #120B12;
}
.AnyTagClassName
{
color: #120B12;
}
</style>
background-color css
<style>
a { background-color: #120B12; }
a { background-color: rgb(18,11,18); }
div.DivClassName
{
background-color: #120B12;
}
.BgClassName
{
background-color: #120B12;
}
</style>
border-color css
<style>
span { border-color: #120B12; }
span { border-color: rgb(18,11,18); }
td.TdClassName
{
border-color: #120B12;
}
.TagClassName
{
border-color: #120B12;
}
</style>