Shades of Maire #140E03
Tints of Maire #140E03
RGB
CMYK
RGB Variations
Color information
#140E03 (or 0x140E03) is known color: Maire. HEX triplet: 14, 0E and 03. RGB value is (20,14,3). Sum of RGB (Red+Green+Blue) = 20+14+3=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E03 is #EBF1FC. Grayscale: #0E0E0E. Windows color (decimal): -15462909 or 200212. OLE color: 200212.
HSL color Cylindrical-coordinate representation of color #140E03: hue angle of 38.82º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140E03 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 14 | 3 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.92 |
| HSL | 38.82º | 0.74% | 0.05% | - |
| HSV(B) | 38.82º | 0.85% | 0.08% | - |
| XYZ | 0.46 | 0.47 | 0.15 | - |
| YUV | 14.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 3 | 0 | 0.30 | 0.85 | 0.92 | 38.82 | 0.74 | 0.05 |
| Hex | 14 | E | 3 | 0 | 1E | 55 | 5C | 27 | 4A | 5 |
| Octal | 24 | 16 | 3 | 0 | 36 | 125 | 134 | 47 | 112 | 5 |
| Binary | 10100 | 1110 | 11 | 0 | 11110 | 1010101 | 1011100 | 100111 | 1001010 | 101 |
Color Harmonies of #140E03
Complementary color
Monochromatic Colors of #140E03
Black with #140E03
Text Example
Text Example
White with #140E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E03; }
p { color: rgb(20,14,3); }
H1.HeaderClassName
{
color: #140E03;
}
.AnyTagClassName
{
color: #140E03;
}
</style>
background-color css
<style>
a { background-color: #140E03; }
a { background-color: rgb(20,14,3); }
div.DivClassName
{
background-color: #140E03;
}
.BgClassName
{
background-color: #140E03;
}
</style>
border-color css
<style>
span { border-color: #140E03; }
span { border-color: rgb(20,14,3); }
td.TdClassName
{
border-color: #140E03;
}
.TagClassName
{
border-color: #140E03;
}
</style>