Shades of Maire #14140D
Tints of Maire #14140D
RGB
CMYK
RGB Variations
Color information
#14140D (or 0x14140D) is known color: Maire. HEX triplet: 14, 14 and 0D. RGB value is (20,20,13). Sum of RGB (Red+Green+Blue) = 20+20+13=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 20 - color contains mainly: red, green. Hex color #14140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14140D is #EBEBF2. Grayscale: #131313. Windows color (decimal): -15461363 or 857108. OLE color: 857108.
HSL color Cylindrical-coordinate representation of color #14140D: hue angle of 60º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #14140D is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 20 | 13 | - |
| CMYK | 0 | 0 | 0.35 | 0.92 |
| HSL | 60º | 0.21% | 0.06% | - |
| HSV(B) | 60º | 0.35% | 0.08% | - |
| XYZ | 0.61 | 0.68 | 0.48 | - |
| YUV | 19.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 13 | 0 | 0 | 0.35 | 0.92 | 60 | 0.21 | 0.06 |
| Hex | 14 | 14 | D | 0 | 0 | 23 | 5C | 3C | 15 | 6 |
| Octal | 24 | 24 | 15 | 0 | 0 | 43 | 134 | 74 | 25 | 6 |
| Binary | 10100 | 10100 | 1101 | 0 | 0 | 100011 | 1011100 | 111100 | 10101 | 110 |
Color Harmonies of #14140D
Complementary color
Monochromatic Colors of #14140D
Black with #14140D
Text Example
Text Example
White with #14140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14140D; }
p { color: rgb(20,20,13); }
H1.HeaderClassName
{
color: #14140D;
}
.AnyTagClassName
{
color: #14140D;
}
</style>
background-color css
<style>
a { background-color: #14140D; }
a { background-color: rgb(20,20,13); }
div.DivClassName
{
background-color: #14140D;
}
.BgClassName
{
background-color: #14140D;
}
</style>
border-color css
<style>
span { border-color: #14140D; }
span { border-color: rgb(20,20,13); }
td.TdClassName
{
border-color: #14140D;
}
.TagClassName
{
border-color: #14140D;
}
</style>