Shades of Maire #141509
Tints of Maire #141509
RGB
CMYK
RGB Variations
Color information
#141509 (or 0x141509) is known color: Maire. HEX triplet: 14, 15 and 09. RGB value is (20,21,9). Sum of RGB (Red+Green+Blue) = 20+21+9=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #141509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141509 is #EBEAF6. Grayscale: #131313. Windows color (decimal): -15461111 or 595220. OLE color: 595220.
HSL color Cylindrical-coordinate representation of color #141509: hue angle of 65º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141509 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 9 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.92 |
| HSL | 65º | 0.4% | 0.06% | - |
| HSV(B) | 65º | 0.57% | 0.08% | - |
| XYZ | 0.61 | 0.7 | 0.36 | - |
| YUV | 19.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 9 | 0.05 | 0 | 0.57 | 0.92 | 65 | 0.4 | 0.06 |
| Hex | 14 | 15 | 9 | 5 | 0 | 39 | 5C | 41 | 28 | 6 |
| Octal | 24 | 25 | 11 | 5 | 0 | 71 | 134 | 101 | 50 | 6 |
| Binary | 10100 | 10101 | 1001 | 101 | 0 | 111001 | 1011100 | 1000001 | 101000 | 110 |
Color Harmonies of #141509
Complementary color
Monochromatic Colors of #141509
Black with #141509
Text Example
Text Example
White with #141509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141509; }
p { color: rgb(20,21,9); }
H1.HeaderClassName
{
color: #141509;
}
.AnyTagClassName
{
color: #141509;
}
</style>
background-color css
<style>
a { background-color: #141509; }
a { background-color: rgb(20,21,9); }
div.DivClassName
{
background-color: #141509;
}
.BgClassName
{
background-color: #141509;
}
</style>
border-color css
<style>
span { border-color: #141509; }
span { border-color: rgb(20,21,9); }
td.TdClassName
{
border-color: #141509;
}
.TagClassName
{
border-color: #141509;
}
</style>