Shades of Maire #120F05
Tints of Maire #120F05
RGB
CMYK
RGB Variations
Color information
#120F05 (or 0x120F05) is known color: Maire. HEX triplet: 12, 0F and 05. RGB value is (18,15,5). Sum of RGB (Red+Green+Blue) = 18+15+5=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F05 is #EDF0FA. Grayscale: #0E0E0E. Windows color (decimal): -15593723 or 331538. OLE color: 331538.
HSL color Cylindrical-coordinate representation of color #120F05: hue angle of 46.15º 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 #120F05 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 15 | 5 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.93 |
| HSL | 46.15º | 0.57% | 0.05% | - |
| HSV(B) | 46.15º | 0.72% | 0.07% | - |
| XYZ | 0.45 | 0.48 | 0.21 | - |
| YUV | 14.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 5 | 0 | 0.17 | 0.72 | 0.93 | 46.15 | 0.57 | 0.05 |
| Hex | 12 | F | 5 | 0 | 11 | 48 | 5D | 2E | 39 | 5 |
| Octal | 22 | 17 | 5 | 0 | 21 | 110 | 135 | 56 | 71 | 5 |
| Binary | 10010 | 1111 | 101 | 0 | 10001 | 1001000 | 1011101 | 101110 | 111001 | 101 |
Color Harmonies of #120F05
Complementary color
Monochromatic Colors of #120F05
Black with #120F05
Text Example
Text Example
White with #120F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F05; }
p { color: rgb(18,15,5); }
H1.HeaderClassName
{
color: #120F05;
}
.AnyTagClassName
{
color: #120F05;
}
</style>
background-color css
<style>
a { background-color: #120F05; }
a { background-color: rgb(18,15,5); }
div.DivClassName
{
background-color: #120F05;
}
.BgClassName
{
background-color: #120F05;
}
</style>
border-color css
<style>
span { border-color: #120F05; }
span { border-color: rgb(18,15,5); }
td.TdClassName
{
border-color: #120F05;
}
.TagClassName
{
border-color: #120F05;
}
</style>