Shades of Maire #120E05
Tints of Maire #120E05
RGB
CMYK
RGB Variations
Color information
#120E05 (or 0x120E05) is known color: Maire. HEX triplet: 12, 0E and 05. RGB value is (18,14,5). Sum of RGB (Red+Green+Blue) = 18+14+5=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E05 is #EDF1FA. Grayscale: #0E0E0E. Windows color (decimal): -15593979 or 331282. OLE color: 331282.
HSL color Cylindrical-coordinate representation of color #120E05: hue angle of 41.54º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120E05 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 14 | 5 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.93 |
| HSL | 41.54º | 0.57% | 0.05% | - |
| HSV(B) | 41.54º | 0.72% | 0.07% | - |
| XYZ | 0.43 | 0.45 | 0.21 | - |
| YUV | 14.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 5 | 0 | 0.22 | 0.72 | 0.93 | 41.54 | 0.57 | 0.05 |
| Hex | 12 | E | 5 | 0 | 16 | 48 | 5D | 2A | 39 | 5 |
| Octal | 22 | 16 | 5 | 0 | 26 | 110 | 135 | 52 | 71 | 5 |
| Binary | 10010 | 1110 | 101 | 0 | 10110 | 1001000 | 1011101 | 101010 | 111001 | 101 |
Color Harmonies of #120E05
Complementary color
Monochromatic Colors of #120E05
Black with #120E05
Text Example
Text Example
White with #120E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E05; }
p { color: rgb(18,14,5); }
H1.HeaderClassName
{
color: #120E05;
}
.AnyTagClassName
{
color: #120E05;
}
</style>
background-color css
<style>
a { background-color: #120E05; }
a { background-color: rgb(18,14,5); }
div.DivClassName
{
background-color: #120E05;
}
.BgClassName
{
background-color: #120E05;
}
</style>
border-color css
<style>
span { border-color: #120E05; }
span { border-color: rgb(18,14,5); }
td.TdClassName
{
border-color: #120E05;
}
.TagClassName
{
border-color: #120E05;
}
</style>