Shades of Maire #141304
Tints of Maire #141304
RGB
CMYK
RGB Variations
Color information
#141304 (or 0x141304) is known color: Maire. HEX triplet: 14, 13 and 04. RGB value is (20,19,4). Sum of RGB (Red+Green+Blue) = 20+19+4=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #141304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141304 is #EBECFB. Grayscale: #111111. Windows color (decimal): -15461628 or 267028. OLE color: 267028.
HSL color Cylindrical-coordinate representation of color #141304: hue angle of 56.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141304 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 19 | 4 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.92 |
| HSL | 56.25º | 0.67% | 0.05% | - |
| HSV(B) | 56.25º | 0.8% | 0.08% | - |
| XYZ | 0.54 | 0.62 | 0.21 | - |
| YUV | 17.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 4 | 0 | 0.05 | 0.80 | 0.92 | 56.25 | 0.67 | 0.05 |
| Hex | 14 | 13 | 4 | 0 | 5 | 50 | 5C | 38 | 43 | 5 |
| Octal | 24 | 23 | 4 | 0 | 5 | 120 | 134 | 70 | 103 | 5 |
| Binary | 10100 | 10011 | 100 | 0 | 101 | 1010000 | 1011100 | 111000 | 1000011 | 101 |
Color Harmonies of #141304
Complementary color
Monochromatic Colors of #141304
Black with #141304
Text Example
Text Example
White with #141304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141304; }
p { color: rgb(20,19,4); }
H1.HeaderClassName
{
color: #141304;
}
.AnyTagClassName
{
color: #141304;
}
</style>
background-color css
<style>
a { background-color: #141304; }
a { background-color: rgb(20,19,4); }
div.DivClassName
{
background-color: #141304;
}
.BgClassName
{
background-color: #141304;
}
</style>
border-color css
<style>
span { border-color: #141304; }
span { border-color: rgb(20,19,4); }
td.TdClassName
{
border-color: #141304;
}
.TagClassName
{
border-color: #141304;
}
</style>