Shades of Maire #141204
Tints of Maire #141204
RGB
CMYK
RGB Variations
Color information
#141204 (or 0x141204) is known color: Maire. HEX triplet: 14, 12 and 04. RGB value is (20,18,4). Sum of RGB (Red+Green+Blue) = 20+18+4=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #141204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141204 is #EBEDFB. Grayscale: #111111. Windows color (decimal): -15461884 or 266772. OLE color: 266772.
HSL color Cylindrical-coordinate representation of color #141204: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141204 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 18 | 4 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.92 |
| HSL | 52.5º | 0.67% | 0.05% | - |
| HSV(B) | 52.5º | 0.8% | 0.08% | - |
| XYZ | 0.53 | 0.59 | 0.2 | - |
| YUV | 17 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 4 | 0 | 0.10 | 0.80 | 0.92 | 52.5 | 0.67 | 0.05 |
| Hex | 14 | 12 | 4 | 0 | A | 50 | 5C | 34 | 43 | 5 |
| Octal | 24 | 22 | 4 | 0 | 12 | 120 | 134 | 64 | 103 | 5 |
| Binary | 10100 | 10010 | 100 | 0 | 1010 | 1010000 | 1011100 | 110100 | 1000011 | 101 |
Color Harmonies of #141204
Complementary color
Monochromatic Colors of #141204
Black with #141204
Text Example
Text Example
White with #141204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141204; }
p { color: rgb(20,18,4); }
H1.HeaderClassName
{
color: #141204;
}
.AnyTagClassName
{
color: #141204;
}
</style>
background-color css
<style>
a { background-color: #141204; }
a { background-color: rgb(20,18,4); }
div.DivClassName
{
background-color: #141204;
}
.BgClassName
{
background-color: #141204;
}
</style>
border-color css
<style>
span { border-color: #141204; }
span { border-color: rgb(20,18,4); }
td.TdClassName
{
border-color: #141204;
}
.TagClassName
{
border-color: #141204;
}
</style>