Shades of Maire #141502
Tints of Maire #141502
RGB
CMYK
RGB Variations
Color information
#141502 (or 0x141502) is known color: Maire. HEX triplet: 14, 15 and 02. RGB value is (20,21,2). Sum of RGB (Red+Green+Blue) = 20+21+2=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #141502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141502 is #EBEAFD. Grayscale: #121212. Windows color (decimal): -15461118 or 136468. OLE color: 136468.
HSL color Cylindrical-coordinate representation of color #141502: hue angle of 63.16º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141502 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 21 | 2 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.92 |
| HSL | 63.16º | 0.83% | 0.05% | - |
| HSV(B) | 63.16º | 0.9% | 0.08% | - |
| XYZ | 0.57 | 0.69 | 0.16 | - |
| YUV | 18.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 2 | 0.05 | 0 | 0.90 | 0.92 | 63.16 | 0.83 | 0.05 |
| Hex | 14 | 15 | 2 | 5 | 0 | 5A | 5C | 3F | 53 | 5 |
| Octal | 24 | 25 | 2 | 5 | 0 | 132 | 134 | 77 | 123 | 5 |
| Binary | 10100 | 10101 | 10 | 101 | 0 | 1011010 | 1011100 | 111111 | 1010011 | 101 |
Color Harmonies of #141502
Complementary color
Monochromatic Colors of #141502
Black with #141502
Text Example
Text Example
White with #141502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141502; }
p { color: rgb(20,21,2); }
H1.HeaderClassName
{
color: #141502;
}
.AnyTagClassName
{
color: #141502;
}
</style>
background-color css
<style>
a { background-color: #141502; }
a { background-color: rgb(20,21,2); }
div.DivClassName
{
background-color: #141502;
}
.BgClassName
{
background-color: #141502;
}
</style>
border-color css
<style>
span { border-color: #141502; }
span { border-color: rgb(20,21,2); }
td.TdClassName
{
border-color: #141502;
}
.TagClassName
{
border-color: #141502;
}
</style>