Shades of Maire #141005
Tints of Maire #141005
RGB
CMYK
RGB Variations
Color information
#141005 (or 0x141005) is known color: Maire. HEX triplet: 14, 10 and 05. RGB value is (20,16,5). Sum of RGB (Red+Green+Blue) = 20+16+5=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #141005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141005 is #EBEFFA. Grayscale: #0F0F0F. Windows color (decimal): -15462395 or 331796. OLE color: 331796.
HSL color Cylindrical-coordinate representation of color #141005: hue angle of 44º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141005 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 16 | 5 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.92 |
| HSL | 44º | 0.6% | 0.05% | - |
| HSV(B) | 44º | 0.75% | 0.08% | - |
| XYZ | 0.5 | 0.53 | 0.22 | - |
| YUV | 15.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 5 | 0 | 0.20 | 0.75 | 0.92 | 44 | 0.6 | 0.05 |
| Hex | 14 | 10 | 5 | 0 | 14 | 4B | 5C | 2C | 3C | 5 |
| Octal | 24 | 20 | 5 | 0 | 24 | 113 | 134 | 54 | 74 | 5 |
| Binary | 10100 | 10000 | 101 | 0 | 10100 | 1001011 | 1011100 | 101100 | 111100 | 101 |
Color Harmonies of #141005
Complementary color
Monochromatic Colors of #141005
Black with #141005
Text Example
Text Example
White with #141005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141005; }
p { color: rgb(20,16,5); }
H1.HeaderClassName
{
color: #141005;
}
.AnyTagClassName
{
color: #141005;
}
</style>
background-color css
<style>
a { background-color: #141005; }
a { background-color: rgb(20,16,5); }
div.DivClassName
{
background-color: #141005;
}
.BgClassName
{
background-color: #141005;
}
</style>
border-color css
<style>
span { border-color: #141005; }
span { border-color: rgb(20,16,5); }
td.TdClassName
{
border-color: #141005;
}
.TagClassName
{
border-color: #141005;
}
</style>