Shades of Maire #120C02
Tints of Maire #120C02
RGB
CMYK
RGB Variations
Color information
#120C02 (or 0x120C02) is known color: Maire. HEX triplet: 12, 0C and 02. RGB value is (18,12,2). Sum of RGB (Red+Green+Blue) = 18+12+2=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C02 is #EDF3FD. Grayscale: #0C0C0C. Windows color (decimal): -15594494 or 134162. OLE color: 134162.
HSL color Cylindrical-coordinate representation of color #120C02: hue angle of 37.5º 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 #120C02 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 12 | 2 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.93 |
| HSL | 37.5º | 0.8% | 0.04% | - |
| HSV(B) | 37.5º | 0.89% | 0.07% | - |
| XYZ | 0.39 | 0.4 | 0.11 | - |
| YUV | 12.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 2 | 0 | 0.33 | 0.89 | 0.93 | 37.5 | 0.8 | 0.04 |
| Hex | 12 | C | 2 | 0 | 21 | 59 | 5D | 26 | 50 | 4 |
| Octal | 22 | 14 | 2 | 0 | 41 | 131 | 135 | 46 | 120 | 4 |
| Binary | 10010 | 1100 | 10 | 0 | 100001 | 1011001 | 1011101 | 100110 | 1010000 | 100 |
Color Harmonies of #120C02
Complementary color
Monochromatic Colors of #120C02
Black with #120C02
Text Example
Text Example
White with #120C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C02; }
p { color: rgb(18,12,2); }
H1.HeaderClassName
{
color: #120C02;
}
.AnyTagClassName
{
color: #120C02;
}
</style>
background-color css
<style>
a { background-color: #120C02; }
a { background-color: rgb(18,12,2); }
div.DivClassName
{
background-color: #120C02;
}
.BgClassName
{
background-color: #120C02;
}
</style>
border-color css
<style>
span { border-color: #120C02; }
span { border-color: rgb(18,12,2); }
td.TdClassName
{
border-color: #120C02;
}
.TagClassName
{
border-color: #120C02;
}
</style>