Shades of Maire #141308
Tints of Maire #141308
RGB
CMYK
RGB Variations
Color information
#141308 (or 0x141308) is known color: Maire. HEX triplet: 14, 13 and 08. RGB value is (20,19,8). Sum of RGB (Red+Green+Blue) = 20+19+8=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #141308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141308 is #EBECF7. Grayscale: #121212. Windows color (decimal): -15461624 or 529172. OLE color: 529172.
HSL color Cylindrical-coordinate representation of color #141308: hue angle of 55º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141308 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 19 | 8 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.92 |
| HSL | 55º | 0.43% | 0.05% | - |
| HSV(B) | 55º | 0.6% | 0.08% | - |
| XYZ | 0.57 | 0.63 | 0.32 | - |
| YUV | 18.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 8 | 0 | 0.05 | 0.60 | 0.92 | 55 | 0.43 | 0.05 |
| Hex | 14 | 13 | 8 | 0 | 5 | 3C | 5C | 37 | 2B | 5 |
| Octal | 24 | 23 | 10 | 0 | 5 | 74 | 134 | 67 | 53 | 5 |
| Binary | 10100 | 10011 | 1000 | 0 | 101 | 111100 | 1011100 | 110111 | 101011 | 101 |
Color Harmonies of #141308
Complementary color
Monochromatic Colors of #141308
Black with #141308
Text Example
Text Example
White with #141308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141308; }
p { color: rgb(20,19,8); }
H1.HeaderClassName
{
color: #141308;
}
.AnyTagClassName
{
color: #141308;
}
</style>
background-color css
<style>
a { background-color: #141308; }
a { background-color: rgb(20,19,8); }
div.DivClassName
{
background-color: #141308;
}
.BgClassName
{
background-color: #141308;
}
</style>
border-color css
<style>
span { border-color: #141308; }
span { border-color: rgb(20,19,8); }
td.TdClassName
{
border-color: #141308;
}
.TagClassName
{
border-color: #141308;
}
</style>