Shades of Maire #141409
Tints of Maire #141409
RGB
CMYK
RGB Variations
Color information
#141409 (or 0x141409) is known color: Maire. HEX triplet: 14, 14 and 09. RGB value is (20,20,9). Sum of RGB (Red+Green+Blue) = 20+20+9=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141409 is #EBEBF6. Grayscale: #121212. Windows color (decimal): -15461367 or 594964. OLE color: 594964.
HSL color Cylindrical-coordinate representation of color #141409: hue angle of 60º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141409 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 20 | 9 | - |
| CMYK | 0 | 0 | 0.55 | 0.92 |
| HSL | 60º | 0.38% | 0.06% | - |
| HSV(B) | 60º | 0.55% | 0.08% | - |
| XYZ | 0.59 | 0.67 | 0.36 | - |
| YUV | 18.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 9 | 0 | 0 | 0.55 | 0.92 | 60 | 0.38 | 0.06 |
| Hex | 14 | 14 | 9 | 0 | 0 | 37 | 5C | 3C | 26 | 6 |
| Octal | 24 | 24 | 11 | 0 | 0 | 67 | 134 | 74 | 46 | 6 |
| Binary | 10100 | 10100 | 1001 | 0 | 0 | 110111 | 1011100 | 111100 | 100110 | 110 |
Color Harmonies of #141409
Complementary color
Monochromatic Colors of #141409
Black with #141409
Text Example
Text Example
White with #141409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141409; }
p { color: rgb(20,20,9); }
H1.HeaderClassName
{
color: #141409;
}
.AnyTagClassName
{
color: #141409;
}
</style>
background-color css
<style>
a { background-color: #141409; }
a { background-color: rgb(20,20,9); }
div.DivClassName
{
background-color: #141409;
}
.BgClassName
{
background-color: #141409;
}
</style>
border-color css
<style>
span { border-color: #141409; }
span { border-color: rgb(20,20,9); }
td.TdClassName
{
border-color: #141409;
}
.TagClassName
{
border-color: #141409;
}
</style>