Shades of Myrtle #10190E
Tints of Myrtle #10190E
RGB
CMYK
RGB Variations
Color information
#10190E (or 0x10190E) is known color: Myrtle. HEX triplet: 10, 19 and 0E. RGB value is (16,25,14). Sum of RGB (Red+Green+Blue) = 16+25+14=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #10190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10190E is #EFE6F1. Grayscale: #151515. Windows color (decimal): -15722226 or 923920. OLE color: 923920.
HSL color Cylindrical-coordinate representation of color #10190E: hue angle of 109.09º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10190E is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 16 | 25 | 14 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.90 |
| HSL | 109.09º | 0.28% | 0.08% | - |
| HSV(B) | 109.09º | 0.44% | 0.1% | - |
| XYZ | 0.64 | 0.84 | 0.54 | - |
| YUV | 21.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 14 | 0.36 | 0 | 0.44 | 0.90 | 109.09 | 0.28 | 0.08 |
| Hex | 10 | 19 | E | 24 | 0 | 2C | 5A | 6D | 1C | 8 |
| Octal | 20 | 31 | 16 | 44 | 0 | 54 | 132 | 155 | 34 | 10 |
| Binary | 10000 | 11001 | 1110 | 100100 | 0 | 101100 | 1011010 | 1101101 | 11100 | 1000 |
Color Harmonies of #10190E
Complementary color
Monochromatic Colors of #10190E
Black with #10190E
Text Example
Text Example
White with #10190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10190E; }
p { color: rgb(16,25,14); }
H1.HeaderClassName
{
color: #10190E;
}
.AnyTagClassName
{
color: #10190E;
}
</style>
background-color css
<style>
a { background-color: #10190E; }
a { background-color: rgb(16,25,14); }
div.DivClassName
{
background-color: #10190E;
}
.BgClassName
{
background-color: #10190E;
}
</style>
border-color css
<style>
span { border-color: #10190E; }
span { border-color: rgb(16,25,14); }
td.TdClassName
{
border-color: #10190E;
}
.TagClassName
{
border-color: #10190E;
}
</style>