Shades of Myrtle #10180F
Tints of Myrtle #10180F
RGB
CMYK
RGB Variations
Color information
#10180F (or 0x10180F) is known color: Myrtle. HEX triplet: 10, 18 and 0F. RGB value is (16,24,15). Sum of RGB (Red+Green+Blue) = 16+24+15=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #10180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10180F is #EFE7F0. Grayscale: #141414. Windows color (decimal): -15722481 or 989200. OLE color: 989200.
HSL color Cylindrical-coordinate representation of color #10180F: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10180F is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 24 | 15 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.91 |
| HSL | 113.33º | 0.23% | 0.08% | - |
| HSV(B) | 113.33º | 0.38% | 0.09% | - |
| XYZ | 0.63 | 0.8 | 0.57 | - |
| YUV | 20.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 15 | 0.33 | 0 | 0.37 | 0.91 | 113.33 | 0.23 | 0.08 |
| Hex | 10 | 18 | F | 21 | 0 | 25 | 5B | 71 | 17 | 8 |
| Octal | 20 | 30 | 17 | 41 | 0 | 45 | 133 | 161 | 27 | 10 |
| Binary | 10000 | 11000 | 1111 | 100001 | 0 | 100101 | 1011011 | 1110001 | 10111 | 1000 |
Color Harmonies of #10180F
Complementary color
Monochromatic Colors of #10180F
Black with #10180F
Text Example
Text Example
White with #10180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10180F; }
p { color: rgb(16,24,15); }
H1.HeaderClassName
{
color: #10180F;
}
.AnyTagClassName
{
color: #10180F;
}
</style>
background-color css
<style>
a { background-color: #10180F; }
a { background-color: rgb(16,24,15); }
div.DivClassName
{
background-color: #10180F;
}
.BgClassName
{
background-color: #10180F;
}
</style>
border-color css
<style>
span { border-color: #10180F; }
span { border-color: rgb(16,24,15); }
td.TdClassName
{
border-color: #10180F;
}
.TagClassName
{
border-color: #10180F;
}
</style>