Shades of Maire #120D00
Tints of Maire #120D00
RGB
CMYK
RGB Variations
Color information
#120D00 (or 0x120D00) is known color: Maire. HEX triplet: 12, 0D and 00. RGB value is (18,13,0). Sum of RGB (Red+Green+Blue) = 18+13+0=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D00 is #EDF2FF. Grayscale: #0D0D0D. Windows color (decimal): -15594240 or 3346. OLE color: 3346.
HSL color Cylindrical-coordinate representation of color #120D00: hue angle of 43.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120D00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 13 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.93 |
| HSL | 43.33º | 1% | 0.04% | - |
| HSV(B) | 43.33º | 1% | 0.07% | - |
| XYZ | 0.39 | 0.42 | 0.06 | - |
| YUV | 13.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 0 | 0 | 0.28 | 1 | 0.93 | 43.33 | 1 | 0.04 |
| Hex | 12 | D | 0 | 0 | 1C | 64 | 5D | 2B | 64 | 4 |
| Octal | 22 | 15 | 0 | 0 | 34 | 144 | 135 | 53 | 144 | 4 |
| Binary | 10010 | 1101 | 0 | 0 | 11100 | 1100100 | 1011101 | 101011 | 1100100 | 100 |
Color Harmonies of #120D00
Complementary color
Monochromatic Colors of #120D00
Black with #120D00
Text Example
Text Example
White with #120D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D00; }
p { color: rgb(18,13,0); }
H1.HeaderClassName
{
color: #120D00;
}
.AnyTagClassName
{
color: #120D00;
}
</style>
background-color css
<style>
a { background-color: #120D00; }
a { background-color: rgb(18,13,0); }
div.DivClassName
{
background-color: #120D00;
}
.BgClassName
{
background-color: #120D00;
}
</style>
border-color css
<style>
span { border-color: #120D00; }
span { border-color: rgb(18,13,0); }
td.TdClassName
{
border-color: #120D00;
}
.TagClassName
{
border-color: #120D00;
}
</style>