Shades of Maire #141408
Tints of Maire #141408
RGB
CMYK
RGB Variations
Color information
#141408 (or 0x141408) is known color: Maire. HEX triplet: 14, 14 and 08. RGB value is (20,20,8). Sum of RGB (Red+Green+Blue) = 20+20+8=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141408 is #EBEBF7. Grayscale: #121212. Windows color (decimal): -15461368 or 529428. OLE color: 529428.
HSL color Cylindrical-coordinate representation of color #141408: hue angle of 60º 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 #141408 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 20 | 8 | - |
| CMYK | 0 | 0 | 0.60 | 0.92 |
| HSL | 60º | 0.43% | 0.05% | - |
| HSV(B) | 60º | 0.6% | 0.08% | - |
| XYZ | 0.58 | 0.67 | 0.33 | - |
| YUV | 18.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 8 | 0 | 0 | 0.60 | 0.92 | 60 | 0.43 | 0.05 |
| Hex | 14 | 14 | 8 | 0 | 0 | 3C | 5C | 3C | 2B | 5 |
| Octal | 24 | 24 | 10 | 0 | 0 | 74 | 134 | 74 | 53 | 5 |
| Binary | 10100 | 10100 | 1000 | 0 | 0 | 111100 | 1011100 | 111100 | 101011 | 101 |
Color Harmonies of #141408
Complementary color
Monochromatic Colors of #141408
Black with #141408
Text Example
Text Example
White with #141408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141408; }
p { color: rgb(20,20,8); }
H1.HeaderClassName
{
color: #141408;
}
.AnyTagClassName
{
color: #141408;
}
</style>
background-color css
<style>
a { background-color: #141408; }
a { background-color: rgb(20,20,8); }
div.DivClassName
{
background-color: #141408;
}
.BgClassName
{
background-color: #141408;
}
</style>
border-color css
<style>
span { border-color: #141408; }
span { border-color: rgb(20,20,8); }
td.TdClassName
{
border-color: #141408;
}
.TagClassName
{
border-color: #141408;
}
</style>