Shades of Maire #121003
Tints of Maire #121003
RGB
CMYK
RGB Variations
Color information
#121003 (or 0x121003) is known color: Maire. HEX triplet: 12, 10 and 03. RGB value is (18,16,3). Sum of RGB (Red+Green+Blue) = 18+16+3=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #121003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121003 is #EDEFFC. Grayscale: #0F0F0F. Windows color (decimal): -15593469 or 200722. OLE color: 200722.
HSL color Cylindrical-coordinate representation of color #121003: hue angle of 52º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121003 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 16 | 3 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.93 |
| HSL | 52º | 0.71% | 0.04% | - |
| HSV(B) | 52º | 0.83% | 0.07% | - |
| XYZ | 0.45 | 0.51 | 0.16 | - |
| YUV | 15.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 3 | 0 | 0.11 | 0.83 | 0.93 | 52 | 0.71 | 0.04 |
| Hex | 12 | 10 | 3 | 0 | B | 53 | 5D | 34 | 47 | 4 |
| Octal | 22 | 20 | 3 | 0 | 13 | 123 | 135 | 64 | 107 | 4 |
| Binary | 10010 | 10000 | 11 | 0 | 1011 | 1010011 | 1011101 | 110100 | 1000111 | 100 |
Color Harmonies of #121003
Complementary color
Monochromatic Colors of #121003
Black with #121003
Text Example
Text Example
White with #121003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121003; }
p { color: rgb(18,16,3); }
H1.HeaderClassName
{
color: #121003;
}
.AnyTagClassName
{
color: #121003;
}
</style>
background-color css
<style>
a { background-color: #121003; }
a { background-color: rgb(18,16,3); }
div.DivClassName
{
background-color: #121003;
}
.BgClassName
{
background-color: #121003;
}
</style>
border-color css
<style>
span { border-color: #121003; }
span { border-color: rgb(18,16,3); }
td.TdClassName
{
border-color: #121003;
}
.TagClassName
{
border-color: #121003;
}
</style>