Shades of Maire #141505
Tints of Maire #141505
RGB
CMYK
RGB Variations
Color information
#141505 (or 0x141505) is known color: Maire. HEX triplet: 14, 15 and 05. RGB value is (20,21,5). Sum of RGB (Red+Green+Blue) = 20+21+5=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #141505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141505 is #EBEAFA. Grayscale: #121212. Windows color (decimal): -15461115 or 333076. OLE color: 333076.
HSL color Cylindrical-coordinate representation of color #141505: hue angle of 63.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141505 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 5 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.92 |
| HSL | 63.75º | 0.62% | 0.05% | - |
| HSV(B) | 63.75º | 0.76% | 0.08% | - |
| XYZ | 0.58 | 0.7 | 0.25 | - |
| YUV | 18.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 5 | 0.05 | 0 | 0.76 | 0.92 | 63.75 | 0.62 | 0.05 |
| Hex | 14 | 15 | 5 | 5 | 0 | 4C | 5C | 40 | 3E | 5 |
| Octal | 24 | 25 | 5 | 5 | 0 | 114 | 134 | 100 | 76 | 5 |
| Binary | 10100 | 10101 | 101 | 101 | 0 | 1001100 | 1011100 | 1000000 | 111110 | 101 |
Color Harmonies of #141505
Complementary color
Monochromatic Colors of #141505
Black with #141505
Text Example
Text Example
White with #141505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141505; }
p { color: rgb(20,21,5); }
H1.HeaderClassName
{
color: #141505;
}
.AnyTagClassName
{
color: #141505;
}
</style>
background-color css
<style>
a { background-color: #141505; }
a { background-color: rgb(20,21,5); }
div.DivClassName
{
background-color: #141505;
}
.BgClassName
{
background-color: #141505;
}
</style>
border-color css
<style>
span { border-color: #141505; }
span { border-color: rgb(20,21,5); }
td.TdClassName
{
border-color: #141505;
}
.TagClassName
{
border-color: #141505;
}
</style>