Shades of Myrtle #10150F
Tints of Myrtle #10150F
RGB
CMYK
RGB Variations
Color information
#10150F (or 0x10150F) is known color: Myrtle. HEX triplet: 10, 15 and 0F. RGB value is (16,21,15). Sum of RGB (Red+Green+Blue) = 16+21+15=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #10150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150F is #EFEAF0. Grayscale: #121212. Windows color (decimal): -15723249 or 988432. OLE color: 988432.
HSL color Cylindrical-coordinate representation of color #10150F: hue angle of 110º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #10150F is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 21 | 15 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.92 |
| HSL | 110º | 0.17% | 0.07% | - |
| HSV(B) | 110º | 0.29% | 0.08% | - |
| XYZ | 0.57 | 0.68 | 0.55 | - |
| YUV | 18.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 15 | 0.24 | 0 | 0.29 | 0.92 | 110 | 0.17 | 0.07 |
| Hex | 10 | 15 | F | 18 | 0 | 1D | 5C | 6E | 11 | 7 |
| Octal | 20 | 25 | 17 | 30 | 0 | 35 | 134 | 156 | 21 | 7 |
| Binary | 10000 | 10101 | 1111 | 11000 | 0 | 11101 | 1011100 | 1101110 | 10001 | 111 |
Color Harmonies of #10150F
Complementary color
Monochromatic Colors of #10150F
Black with #10150F
Text Example
Text Example
White with #10150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10150F; }
p { color: rgb(16,21,15); }
H1.HeaderClassName
{
color: #10150F;
}
.AnyTagClassName
{
color: #10150F;
}
</style>
background-color css
<style>
a { background-color: #10150F; }
a { background-color: rgb(16,21,15); }
div.DivClassName
{
background-color: #10150F;
}
.BgClassName
{
background-color: #10150F;
}
</style>
border-color css
<style>
span { border-color: #10150F; }
span { border-color: rgb(16,21,15); }
td.TdClassName
{
border-color: #10150F;
}
.TagClassName
{
border-color: #10150F;
}
</style>