Shades of Maire #141504
Tints of Maire #141504
RGB
CMYK
RGB Variations
Color information
#141504 (or 0x141504) is known color: Maire. HEX triplet: 14, 15 and 04. RGB value is (20,21,4). Sum of RGB (Red+Green+Blue) = 20+21+4=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #141504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141504 is #EBEAFB. Grayscale: #121212. Windows color (decimal): -15461116 or 267540. OLE color: 267540.
HSL color Cylindrical-coordinate representation of color #141504: hue angle of 63.53º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141504 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 4 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.92 |
| HSL | 63.53º | 0.68% | 0.05% | - |
| HSV(B) | 63.53º | 0.81% | 0.08% | - |
| XYZ | 0.58 | 0.69 | 0.22 | - |
| YUV | 18.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 4 | 0.05 | 0 | 0.81 | 0.92 | 63.53 | 0.68 | 0.05 |
| Hex | 14 | 15 | 4 | 5 | 0 | 51 | 5C | 40 | 44 | 5 |
| Octal | 24 | 25 | 4 | 5 | 0 | 121 | 134 | 100 | 104 | 5 |
| Binary | 10100 | 10101 | 100 | 101 | 0 | 1010001 | 1011100 | 1000000 | 1000100 | 101 |
Color Harmonies of #141504
Complementary color
Monochromatic Colors of #141504
Black with #141504
Text Example
Text Example
White with #141504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141504; }
p { color: rgb(20,21,4); }
H1.HeaderClassName
{
color: #141504;
}
.AnyTagClassName
{
color: #141504;
}
</style>
background-color css
<style>
a { background-color: #141504; }
a { background-color: rgb(20,21,4); }
div.DivClassName
{
background-color: #141504;
}
.BgClassName
{
background-color: #141504;
}
</style>
border-color css
<style>
span { border-color: #141504; }
span { border-color: rgb(20,21,4); }
td.TdClassName
{
border-color: #141504;
}
.TagClassName
{
border-color: #141504;
}
</style>