Shades of Maire #141108
Tints of Maire #141108
RGB
CMYK
RGB Variations
Color information
#141108 (or 0x141108) is known color: Maire. HEX triplet: 14, 11 and 08. RGB value is (20,17,8). Sum of RGB (Red+Green+Blue) = 20+17+8=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #141108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141108 is #EBEEF7. Grayscale: #101010. Windows color (decimal): -15462136 or 528660. OLE color: 528660.
HSL color Cylindrical-coordinate representation of color #141108: hue angle of 45º 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 #141108 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 17 | 8 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.92 |
| HSL | 45º | 0.43% | 0.05% | - |
| HSV(B) | 45º | 0.6% | 0.08% | - |
| XYZ | 0.53 | 0.57 | 0.31 | - |
| YUV | 16.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 8 | 0 | 0.15 | 0.60 | 0.92 | 45 | 0.43 | 0.05 |
| Hex | 14 | 11 | 8 | 0 | F | 3C | 5C | 2D | 2B | 5 |
| Octal | 24 | 21 | 10 | 0 | 17 | 74 | 134 | 55 | 53 | 5 |
| Binary | 10100 | 10001 | 1000 | 0 | 1111 | 111100 | 1011100 | 101101 | 101011 | 101 |
Color Harmonies of #141108
Complementary color
Monochromatic Colors of #141108
Black with #141108
Text Example
Text Example
White with #141108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141108; }
p { color: rgb(20,17,8); }
H1.HeaderClassName
{
color: #141108;
}
.AnyTagClassName
{
color: #141108;
}
</style>
background-color css
<style>
a { background-color: #141108; }
a { background-color: rgb(20,17,8); }
div.DivClassName
{
background-color: #141108;
}
.BgClassName
{
background-color: #141108;
}
</style>
border-color css
<style>
span { border-color: #141108; }
span { border-color: rgb(20,17,8); }
td.TdClassName
{
border-color: #141108;
}
.TagClassName
{
border-color: #141108;
}
</style>