Shades of Maire #120D04
Tints of Maire #120D04
RGB
CMYK
RGB Variations
Color information
#120D04 (or 0x120D04) is known color: Maire. HEX triplet: 12, 0D and 04. RGB value is (18,13,4). Sum of RGB (Red+Green+Blue) = 18+13+4=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D04 is #EDF2FB. Grayscale: #0D0D0D. Windows color (decimal): -15594236 or 265490. OLE color: 265490.
HSL color Cylindrical-coordinate representation of color #120D04: hue angle of 38.57º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120D04 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 13 | 4 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.93 |
| HSL | 38.57º | 0.64% | 0.04% | - |
| HSV(B) | 38.57º | 0.78% | 0.07% | - |
| XYZ | 0.42 | 0.43 | 0.18 | - |
| YUV | 13.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 4 | 0 | 0.28 | 0.78 | 0.93 | 38.57 | 0.64 | 0.04 |
| Hex | 12 | D | 4 | 0 | 1C | 4E | 5D | 27 | 40 | 4 |
| Octal | 22 | 15 | 4 | 0 | 34 | 116 | 135 | 47 | 100 | 4 |
| Binary | 10010 | 1101 | 100 | 0 | 11100 | 1001110 | 1011101 | 100111 | 1000000 | 100 |
Color Harmonies of #120D04
Complementary color
Monochromatic Colors of #120D04
Black with #120D04
Text Example
Text Example
White with #120D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D04; }
p { color: rgb(18,13,4); }
H1.HeaderClassName
{
color: #120D04;
}
.AnyTagClassName
{
color: #120D04;
}
</style>
background-color css
<style>
a { background-color: #120D04; }
a { background-color: rgb(18,13,4); }
div.DivClassName
{
background-color: #120D04;
}
.BgClassName
{
background-color: #120D04;
}
</style>
border-color css
<style>
span { border-color: #120D04; }
span { border-color: rgb(18,13,4); }
td.TdClassName
{
border-color: #120D04;
}
.TagClassName
{
border-color: #120D04;
}
</style>