Shades of Maire #14120D
Tints of Maire #14120D
RGB
CMYK
RGB Variations
Color information
#14120D (or 0x14120D) is known color: Maire. HEX triplet: 14, 12 and 0D. RGB value is (20,18,13). Sum of RGB (Red+Green+Blue) = 20+18+13=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #14120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14120D is #EBEDF2. Grayscale: #121212. Windows color (decimal): -15461875 or 856596. OLE color: 856596.
HSL color Cylindrical-coordinate representation of color #14120D: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #14120D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 18 | 13 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.92 |
| HSL | 42.86º | 0.21% | 0.06% | - |
| HSV(B) | 42.86º | 0.35% | 0.08% | - |
| XYZ | 0.58 | 0.61 | 0.47 | - |
| YUV | 18.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 13 | 0 | 0.10 | 0.35 | 0.92 | 42.86 | 0.21 | 0.06 |
| Hex | 14 | 12 | D | 0 | A | 23 | 5C | 2B | 15 | 6 |
| Octal | 24 | 22 | 15 | 0 | 12 | 43 | 134 | 53 | 25 | 6 |
| Binary | 10100 | 10010 | 1101 | 0 | 1010 | 100011 | 1011100 | 101011 | 10101 | 110 |
Color Harmonies of #14120D
Complementary color
Monochromatic Colors of #14120D
Black with #14120D
Text Example
Text Example
White with #14120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14120D; }
p { color: rgb(20,18,13); }
H1.HeaderClassName
{
color: #14120D;
}
.AnyTagClassName
{
color: #14120D;
}
</style>
background-color css
<style>
a { background-color: #14120D; }
a { background-color: rgb(20,18,13); }
div.DivClassName
{
background-color: #14120D;
}
.BgClassName
{
background-color: #14120D;
}
</style>
border-color css
<style>
span { border-color: #14120D; }
span { border-color: rgb(20,18,13); }
td.TdClassName
{
border-color: #14120D;
}
.TagClassName
{
border-color: #14120D;
}
</style>