Shades of Maire #141208
Tints of Maire #141208
RGB
CMYK
RGB Variations
Color information
#141208 (or 0x141208) is known color: Maire. HEX triplet: 14, 12 and 08. RGB value is (20,18,8). Sum of RGB (Red+Green+Blue) = 20+18+8=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #141208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141208 is #EBEDF7. Grayscale: #111111. Windows color (decimal): -15461880 or 528916. OLE color: 528916.
HSL color Cylindrical-coordinate representation of color #141208: hue angle of 50º 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 #141208 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 18 | 8 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.92 |
| HSL | 50º | 0.43% | 0.05% | - |
| HSV(B) | 50º | 0.6% | 0.08% | - |
| XYZ | 0.55 | 0.6 | 0.32 | - |
| YUV | 17.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 8 | 0 | 0.10 | 0.60 | 0.92 | 50 | 0.43 | 0.05 |
| Hex | 14 | 12 | 8 | 0 | A | 3C | 5C | 32 | 2B | 5 |
| Octal | 24 | 22 | 10 | 0 | 12 | 74 | 134 | 62 | 53 | 5 |
| Binary | 10100 | 10010 | 1000 | 0 | 1010 | 111100 | 1011100 | 110010 | 101011 | 101 |
Color Harmonies of #141208
Complementary color
Monochromatic Colors of #141208
Black with #141208
Text Example
Text Example
White with #141208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141208; }
p { color: rgb(20,18,8); }
H1.HeaderClassName
{
color: #141208;
}
.AnyTagClassName
{
color: #141208;
}
</style>
background-color css
<style>
a { background-color: #141208; }
a { background-color: rgb(20,18,8); }
div.DivClassName
{
background-color: #141208;
}
.BgClassName
{
background-color: #141208;
}
</style>
border-color css
<style>
span { border-color: #141208; }
span { border-color: rgb(20,18,8); }
td.TdClassName
{
border-color: #141208;
}
.TagClassName
{
border-color: #141208;
}
</style>