Shades of Maire #141600
Tints of Maire #141600
RGB
CMYK
RGB Variations
Color information
#141600 (or 0x141600) is known color: Maire. HEX triplet: 14, 16 and 00. RGB value is (20,22,0). Sum of RGB (Red+Green+Blue) = 20+22+0=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #141600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141600 is #EBE9FF. Grayscale: #121212. Windows color (decimal): -15460864 or 5652. OLE color: 5652.
HSL color Cylindrical-coordinate representation of color #141600: hue angle of 65.45º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #141600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 22 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.91 |
| HSL | 65.45º | 1% | 0.04% | - |
| HSV(B) | 65.45º | 1% | 0.09% | - |
| XYZ | 0.58 | 0.72 | 0.11 | - |
| YUV | 18.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 0 | 0.09 | 0 | 1 | 0.91 | 65.45 | 1 | 0.04 |
| Hex | 14 | 16 | 0 | 9 | 0 | 64 | 5B | 41 | 64 | 4 |
| Octal | 24 | 26 | 0 | 11 | 0 | 144 | 133 | 101 | 144 | 4 |
| Binary | 10100 | 10110 | 0 | 1001 | 0 | 1100100 | 1011011 | 1000001 | 1100100 | 100 |
Color Harmonies of #141600
Complementary color
Monochromatic Colors of #141600
Black with #141600
Text Example
Text Example
White with #141600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141600; }
p { color: rgb(20,22,0); }
H1.HeaderClassName
{
color: #141600;
}
.AnyTagClassName
{
color: #141600;
}
</style>
background-color css
<style>
a { background-color: #141600; }
a { background-color: rgb(20,22,0); }
div.DivClassName
{
background-color: #141600;
}
.BgClassName
{
background-color: #141600;
}
</style>
border-color css
<style>
span { border-color: #141600; }
span { border-color: rgb(20,22,0); }
td.TdClassName
{
border-color: #141600;
}
.TagClassName
{
border-color: #141600;
}
</style>