Shades of Maire #120E02
Tints of Maire #120E02
RGB
CMYK
RGB Variations
Color information
#120E02 (or 0x120E02) is known color: Maire. HEX triplet: 12, 0E and 02. RGB value is (18,14,2). Sum of RGB (Red+Green+Blue) = 18+14+2=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E02 is #EDF1FD. Grayscale: #0D0D0D. Windows color (decimal): -15593982 or 134674. OLE color: 134674.
HSL color Cylindrical-coordinate representation of color #120E02: hue angle of 45º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120E02 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 14 | 2 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.93 |
| HSL | 45º | 0.8% | 0.04% | - |
| HSV(B) | 45º | 0.89% | 0.07% | - |
| XYZ | 0.42 | 0.45 | 0.12 | - |
| YUV | 13.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 2 | 0 | 0.22 | 0.89 | 0.93 | 45 | 0.8 | 0.04 |
| Hex | 12 | E | 2 | 0 | 16 | 59 | 5D | 2D | 50 | 4 |
| Octal | 22 | 16 | 2 | 0 | 26 | 131 | 135 | 55 | 120 | 4 |
| Binary | 10010 | 1110 | 10 | 0 | 10110 | 1011001 | 1011101 | 101101 | 1010000 | 100 |
Color Harmonies of #120E02
Complementary color
Monochromatic Colors of #120E02
Black with #120E02
Text Example
Text Example
White with #120E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E02; }
p { color: rgb(18,14,2); }
H1.HeaderClassName
{
color: #120E02;
}
.AnyTagClassName
{
color: #120E02;
}
</style>
background-color css
<style>
a { background-color: #120E02; }
a { background-color: rgb(18,14,2); }
div.DivClassName
{
background-color: #120E02;
}
.BgClassName
{
background-color: #120E02;
}
</style>
border-color css
<style>
span { border-color: #120E02; }
span { border-color: rgb(18,14,2); }
td.TdClassName
{
border-color: #120E02;
}
.TagClassName
{
border-color: #120E02;
}
</style>