Shades of Maire #120F02
Tints of Maire #120F02
RGB
CMYK
RGB Variations
Color information
#120F02 (or 0x120F02) is known color: Maire. HEX triplet: 12, 0F and 02. RGB value is (18,15,2). Sum of RGB (Red+Green+Blue) = 18+15+2=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F02 is #EDF0FD. Grayscale: #0E0E0E. Windows color (decimal): -15593726 or 134930. OLE color: 134930.
HSL color Cylindrical-coordinate representation of color #120F02: hue angle of 48.75º 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 #120F02 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 15 | 2 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.93 |
| HSL | 48.75º | 0.8% | 0.04% | - |
| HSV(B) | 48.75º | 0.89% | 0.07% | - |
| XYZ | 0.43 | 0.47 | 0.13 | - |
| YUV | 14.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 2 | 0 | 0.17 | 0.89 | 0.93 | 48.75 | 0.8 | 0.04 |
| Hex | 12 | F | 2 | 0 | 11 | 59 | 5D | 31 | 50 | 4 |
| Octal | 22 | 17 | 2 | 0 | 21 | 131 | 135 | 61 | 120 | 4 |
| Binary | 10010 | 1111 | 10 | 0 | 10001 | 1011001 | 1011101 | 110001 | 1010000 | 100 |
Color Harmonies of #120F02
Complementary color
Monochromatic Colors of #120F02
Black with #120F02
Text Example
Text Example
White with #120F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F02; }
p { color: rgb(18,15,2); }
H1.HeaderClassName
{
color: #120F02;
}
.AnyTagClassName
{
color: #120F02;
}
</style>
background-color css
<style>
a { background-color: #120F02; }
a { background-color: rgb(18,15,2); }
div.DivClassName
{
background-color: #120F02;
}
.BgClassName
{
background-color: #120F02;
}
</style>
border-color css
<style>
span { border-color: #120F02; }
span { border-color: rgb(18,15,2); }
td.TdClassName
{
border-color: #120F02;
}
.TagClassName
{
border-color: #120F02;
}
</style>