Shades of Maire #121000
Tints of Maire #121000
RGB
CMYK
RGB Variations
Color information
#121000 (or 0x121000) is known color: Maire. HEX triplet: 12, 10 and 00. RGB value is (18,16,0). Sum of RGB (Red+Green+Blue) = 18+16+0=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #121000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121000 is #EDEFFF. Grayscale: #0E0E0E. Windows color (decimal): -15593472 or 4114. OLE color: 4114.
HSL color Cylindrical-coordinate representation of color #121000: hue angle of 53.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #121000 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 16 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.93 |
| HSL | 53.33º | 1% | 0.04% | - |
| HSV(B) | 53.33º | 1% | 0.07% | - |
| XYZ | 0.43 | 0.5 | 0.07 | - |
| YUV | 14.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 0 | 0 | 0.11 | 1 | 0.93 | 53.33 | 1 | 0.04 |
| Hex | 12 | 10 | 0 | 0 | B | 64 | 5D | 35 | 64 | 4 |
| Octal | 22 | 20 | 0 | 0 | 13 | 144 | 135 | 65 | 144 | 4 |
| Binary | 10010 | 10000 | 0 | 0 | 1011 | 1100100 | 1011101 | 110101 | 1100100 | 100 |
Color Harmonies of #121000
Complementary color
Monochromatic Colors of #121000
Black with #121000
Text Example
Text Example
White with #121000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121000; }
p { color: rgb(18,16,0); }
H1.HeaderClassName
{
color: #121000;
}
.AnyTagClassName
{
color: #121000;
}
</style>
background-color css
<style>
a { background-color: #121000; }
a { background-color: rgb(18,16,0); }
div.DivClassName
{
background-color: #121000;
}
.BgClassName
{
background-color: #121000;
}
</style>
border-color css
<style>
span { border-color: #121000; }
span { border-color: rgb(18,16,0); }
td.TdClassName
{
border-color: #121000;
}
.TagClassName
{
border-color: #121000;
}
</style>