Shades of Maire #141412
Tints of Maire #141412
RGB
CMYK
RGB Variations
Color information
#141412 (or 0x141412) is known color: Maire. HEX triplet: 14, 14 and 12. RGB value is (20,20,18). Sum of RGB (Red+Green+Blue) = 20+20+18=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141412 is #EBEBED. Grayscale: #131313. Windows color (decimal): -15461358 or 1184788. OLE color: 1184788.
HSL color Cylindrical-coordinate representation of color #141412: hue angle of 60º degrees, saturation: 0.05, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #141412 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
RGB | 20 | 20 | 18 | - |
CMYK | 0 | 0 | 0.10 | 0.92 |
HSL | 60º | 0.05% | 0.07% | - |
HSV(B) | 60º | 0.1% | 0.08% | - |
XYZ | 0.65 | 0.69 | 0.67 | - |
YUV | 19.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 20 | 18 | 0 | 0 | 0.10 | 0.92 | 60 | 0.05 | 0.07 |
Hex | 14 | 14 | 12 | 0 | 0 | A | 5C | 3C | 5 | 7 |
Octal | 24 | 24 | 22 | 0 | 0 | 12 | 134 | 74 | 5 | 7 |
Binary | 10100 | 10100 | 10010 | 0 | 0 | 1010 | 1011100 | 111100 | 101 | 111 |
Color Harmonies of #141412
Complementary color
Monochromatic Colors of #141412
Black with #141412
Text Example
Text Example
White with #141412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141412; }
p { color: rgb(20,20,18); }
H1.HeaderClassName
{
color: #141412;
}
.AnyTagClassName
{
color: #141412;
}
</style>
background-color css
<style>
a { background-color: #141412; }
a { background-color: rgb(20,20,18); }
div.DivClassName
{
background-color: #141412;
}
.BgClassName
{
background-color: #141412;
}
</style>
border-color css
<style>
span { border-color: #141412; }
span { border-color: rgb(20,20,18); }
td.TdClassName
{
border-color: #141412;
}
.TagClassName
{
border-color: #141412;
}
</style>