Shades of Maire #140D00
Tints of Maire #140D00
RGB
CMYK
RGB Variations
Color information
#140D00 (or 0x140D00) is known color: Maire. HEX triplet: 14, 0D and 00. RGB value is (20,13,0). Sum of RGB (Red+Green+Blue) = 20+13+0=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D00 is #EBF2FF. Grayscale: #0D0D0D. Windows color (decimal): -15463168 or 3348. OLE color: 3348.
HSL color Cylindrical-coordinate representation of color #140D00: hue angle of 39º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140D00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 13 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.92 |
| HSL | 39º | 1% | 0.04% | - |
| HSV(B) | 39º | 1% | 0.08% | - |
| XYZ | 0.43 | 0.44 | 0.06 | - |
| YUV | 13.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 0 | 0 | 0.35 | 1 | 0.92 | 39 | 1 | 0.04 |
| Hex | 14 | D | 0 | 0 | 23 | 64 | 5C | 27 | 64 | 4 |
| Octal | 24 | 15 | 0 | 0 | 43 | 144 | 134 | 47 | 144 | 4 |
| Binary | 10100 | 1101 | 0 | 0 | 100011 | 1100100 | 1011100 | 100111 | 1100100 | 100 |
Color Harmonies of #140D00
Complementary color
Monochromatic Colors of #140D00
Black with #140D00
Text Example
Text Example
White with #140D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D00; }
p { color: rgb(20,13,0); }
H1.HeaderClassName
{
color: #140D00;
}
.AnyTagClassName
{
color: #140D00;
}
</style>
background-color css
<style>
a { background-color: #140D00; }
a { background-color: rgb(20,13,0); }
div.DivClassName
{
background-color: #140D00;
}
.BgClassName
{
background-color: #140D00;
}
</style>
border-color css
<style>
span { border-color: #140D00; }
span { border-color: rgb(20,13,0); }
td.TdClassName
{
border-color: #140D00;
}
.TagClassName
{
border-color: #140D00;
}
</style>