Shades of Maire #14120E
Tints of Maire #14120E
RGB
CMYK
RGB Variations
Color information
#14120E (or 0x14120E) is known color: Maire. HEX triplet: 14, 12 and 0E. RGB value is (20,18,14). Sum of RGB (Red+Green+Blue) = 20+18+14=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #14120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14120E is #EBEDF1. Grayscale: #121212. Windows color (decimal): -15461874 or 922132. OLE color: 922132.
HSL color Cylindrical-coordinate representation of color #14120E: hue angle of 40º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #14120E is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 18 | 14 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.92 |
| HSL | 40º | 0.18% | 0.07% | - |
| HSV(B) | 40º | 0.3% | 0.08% | - |
| XYZ | 0.58 | 0.61 | 0.5 | - |
| YUV | 18.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 14 | 0 | 0.10 | 0.30 | 0.92 | 40 | 0.18 | 0.07 |
| Hex | 14 | 12 | E | 0 | A | 1E | 5C | 28 | 12 | 7 |
| Octal | 24 | 22 | 16 | 0 | 12 | 36 | 134 | 50 | 22 | 7 |
| Binary | 10100 | 10010 | 1110 | 0 | 1010 | 11110 | 1011100 | 101000 | 10010 | 111 |
Color Harmonies of #14120E
Complementary color
Monochromatic Colors of #14120E
Black with #14120E
Text Example
Text Example
White with #14120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14120E; }
p { color: rgb(20,18,14); }
H1.HeaderClassName
{
color: #14120E;
}
.AnyTagClassName
{
color: #14120E;
}
</style>
background-color css
<style>
a { background-color: #14120E; }
a { background-color: rgb(20,18,14); }
div.DivClassName
{
background-color: #14120E;
}
.BgClassName
{
background-color: #14120E;
}
</style>
border-color css
<style>
span { border-color: #14120E; }
span { border-color: rgb(20,18,14); }
td.TdClassName
{
border-color: #14120E;
}
.TagClassName
{
border-color: #14120E;
}
</style>