Shades of Maire #140F00
Tints of Maire #140F00
RGB
CMYK
RGB Variations
Color information
#140F00 (or 0x140F00) is known color: Maire. HEX triplet: 14, 0F and 00. RGB value is (20,15,0). Sum of RGB (Red+Green+Blue) = 20+15+0=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F00 is #EBF0FF. Grayscale: #0E0E0E. Windows color (decimal): -15462656 or 3860. OLE color: 3860.
HSL color Cylindrical-coordinate representation of color #140F00: hue angle of 45º 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 #140F00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.92 |
| HSL | 45º | 1% | 0.04% | - |
| HSV(B) | 45º | 1% | 0.08% | - |
| XYZ | 0.46 | 0.49 | 0.07 | - |
| YUV | 14.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 0 | 0 | 0.25 | 1 | 0.92 | 45 | 1 | 0.04 |
| Hex | 14 | F | 0 | 0 | 19 | 64 | 5C | 2D | 64 | 4 |
| Octal | 24 | 17 | 0 | 0 | 31 | 144 | 134 | 55 | 144 | 4 |
| Binary | 10100 | 1111 | 0 | 0 | 11001 | 1100100 | 1011100 | 101101 | 1100100 | 100 |
Color Harmonies of #140F00
Complementary color
Monochromatic Colors of #140F00
Black with #140F00
Text Example
Text Example
White with #140F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F00; }
p { color: rgb(20,15,0); }
H1.HeaderClassName
{
color: #140F00;
}
.AnyTagClassName
{
color: #140F00;
}
</style>
background-color css
<style>
a { background-color: #140F00; }
a { background-color: rgb(20,15,0); }
div.DivClassName
{
background-color: #140F00;
}
.BgClassName
{
background-color: #140F00;
}
</style>
border-color css
<style>
span { border-color: #140F00; }
span { border-color: rgb(20,15,0); }
td.TdClassName
{
border-color: #140F00;
}
.TagClassName
{
border-color: #140F00;
}
</style>