Shades of Maire #121004
Tints of Maire #121004
RGB
CMYK
RGB Variations
Color information
#121004 (or 0x121004) is known color: Maire. HEX triplet: 12, 10 and 04. RGB value is (18,16,4). Sum of RGB (Red+Green+Blue) = 18+16+4=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #121004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121004 is #EDEFFB. Grayscale: #0F0F0F. Windows color (decimal): -15593468 or 266258. OLE color: 266258.
HSL color Cylindrical-coordinate representation of color #121004: hue angle of 51.43º 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 #121004 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 16 | 4 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.93 |
| HSL | 51.43º | 0.64% | 0.04% | - |
| HSV(B) | 51.43º | 0.78% | 0.07% | - |
| XYZ | 0.46 | 0.51 | 0.19 | - |
| YUV | 15.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 4 | 0 | 0.11 | 0.78 | 0.93 | 51.43 | 0.64 | 0.04 |
| Hex | 12 | 10 | 4 | 0 | B | 4E | 5D | 33 | 40 | 4 |
| Octal | 22 | 20 | 4 | 0 | 13 | 116 | 135 | 63 | 100 | 4 |
| Binary | 10010 | 10000 | 100 | 0 | 1011 | 1001110 | 1011101 | 110011 | 1000000 | 100 |
Color Harmonies of #121004
Complementary color
Monochromatic Colors of #121004
Black with #121004
Text Example
Text Example
White with #121004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121004; }
p { color: rgb(18,16,4); }
H1.HeaderClassName
{
color: #121004;
}
.AnyTagClassName
{
color: #121004;
}
</style>
background-color css
<style>
a { background-color: #121004; }
a { background-color: rgb(18,16,4); }
div.DivClassName
{
background-color: #121004;
}
.BgClassName
{
background-color: #121004;
}
</style>
border-color css
<style>
span { border-color: #121004; }
span { border-color: rgb(18,16,4); }
td.TdClassName
{
border-color: #121004;
}
.TagClassName
{
border-color: #121004;
}
</style>