Shades of Maire #140F05
Tints of Maire #140F05
RGB
CMYK
RGB Variations
Color information
#140F05 (or 0x140F05) is known color: Maire. HEX triplet: 14, 0F and 05. RGB value is (20,15,5). Sum of RGB (Red+Green+Blue) = 20+15+5=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F05 is #EBF0FA. Grayscale: #0F0F0F. Windows color (decimal): -15462651 or 331540. OLE color: 331540.
HSL color Cylindrical-coordinate representation of color #140F05: hue angle of 40º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140F05 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 5 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.92 |
| HSL | 40º | 0.6% | 0.05% | - |
| HSV(B) | 40º | 0.75% | 0.08% | - |
| XYZ | 0.49 | 0.5 | 0.21 | - |
| YUV | 15.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 5 | 0 | 0.25 | 0.75 | 0.92 | 40 | 0.6 | 0.05 |
| Hex | 14 | F | 5 | 0 | 19 | 4B | 5C | 28 | 3C | 5 |
| Octal | 24 | 17 | 5 | 0 | 31 | 113 | 134 | 50 | 74 | 5 |
| Binary | 10100 | 1111 | 101 | 0 | 11001 | 1001011 | 1011100 | 101000 | 111100 | 101 |
Color Harmonies of #140F05
Complementary color
Monochromatic Colors of #140F05
Black with #140F05
Text Example
Text Example
White with #140F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F05; }
p { color: rgb(20,15,5); }
H1.HeaderClassName
{
color: #140F05;
}
.AnyTagClassName
{
color: #140F05;
}
</style>
background-color css
<style>
a { background-color: #140F05; }
a { background-color: rgb(20,15,5); }
div.DivClassName
{
background-color: #140F05;
}
.BgClassName
{
background-color: #140F05;
}
</style>
border-color css
<style>
span { border-color: #140F05; }
span { border-color: rgb(20,15,5); }
td.TdClassName
{
border-color: #140F05;
}
.TagClassName
{
border-color: #140F05;
}
</style>