Shades of Mardi Gras #120D12
Tints of Mardi Gras #120D12
RGB
CMYK
RGB Variations
Color information
#120D12 (or 0x120D12) is known color: Mardi Gras. HEX triplet: 12, 0D and 12. RGB value is (18,13,18). Sum of RGB (Red+Green+Blue) = 18+13+18=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D12 is #EDF2ED. Grayscale: #0F0F0F. Windows color (decimal): -15594222 or 1182994. OLE color: 1182994.
HSL color Cylindrical-coordinate representation of color #120D12: hue angle of 300º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #120D12 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 13 | 18 | - |
CMYK | 0 | 0.28 | 0 | 0.93 |
HSL | 300º | 0.16% | 0.06% | - |
HSV(B) | 300º | 0.28% | 0.07% | - |
XYZ | 0.5 | 0.46 | 0.63 | - |
YUV | 15.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 13 | 18 | 0 | 0.28 | 0 | 0.93 | 300 | 0.16 | 0.06 |
Hex | 12 | D | 12 | 0 | 1C | 0 | 5D | 12C | 10 | 6 |
Octal | 22 | 15 | 22 | 0 | 34 | 0 | 135 | 454 | 20 | 6 |
Binary | 10010 | 1101 | 10010 | 0 | 11100 | 0 | 1011101 | 100101100 | 10000 | 110 |
Color Harmonies of #120D12
Complementary color
Monochromatic Colors of #120D12
Black with #120D12
Text Example
Text Example
White with #120D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D12; }
p { color: rgb(18,13,18); }
H1.HeaderClassName
{
color: #120D12;
}
.AnyTagClassName
{
color: #120D12;
}
</style>
background-color css
<style>
a { background-color: #120D12; }
a { background-color: rgb(18,13,18); }
div.DivClassName
{
background-color: #120D12;
}
.BgClassName
{
background-color: #120D12;
}
</style>
border-color css
<style>
span { border-color: #120D12; }
span { border-color: rgb(18,13,18); }
td.TdClassName
{
border-color: #120D12;
}
.TagClassName
{
border-color: #120D12;
}
</style>