Shades of Myrtle #10300E
Tints of Myrtle #10300E
RGB
CMYK
RGB Variations
Color information
#10300E (or 0x10300E) is known color: Myrtle. HEX triplet: 10, 30 and 0E. RGB value is (16,48,14). Sum of RGB (Red+Green+Blue) = 16+48+14=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #10300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10300E is #EFCFF1. Grayscale: #222222. Windows color (decimal): -15716338 or 929808. OLE color: 929808.
HSL color Cylindrical-coordinate representation of color #10300E: hue angle of 116.47º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10300E is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 48 | 14 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.81 |
| HSL | 116.47º | 0.55% | 0.12% | - |
| HSV(B) | 116.47º | 0.71% | 0.19% | - |
| XYZ | 1.35 | 2.26 | 0.78 | - |
| YUV | 34.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 14 | 0.67 | 0 | 0.71 | 0.81 | 116.47 | 0.55 | 0.12 |
| Hex | 10 | 30 | E | 43 | 0 | 47 | 51 | 74 | 37 | C |
| Octal | 20 | 60 | 16 | 103 | 0 | 107 | 121 | 164 | 67 | 14 |
| Binary | 10000 | 110000 | 1110 | 1000011 | 0 | 1000111 | 1010001 | 1110100 | 110111 | 1100 |
Color Harmonies of #10300E
Complementary color
Monochromatic Colors of #10300E
Black with #10300E
Text Example
Text Example
White with #10300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10300E; }
p { color: rgb(16,48,14); }
H1.HeaderClassName
{
color: #10300E;
}
.AnyTagClassName
{
color: #10300E;
}
</style>
background-color css
<style>
a { background-color: #10300E; }
a { background-color: rgb(16,48,14); }
div.DivClassName
{
background-color: #10300E;
}
.BgClassName
{
background-color: #10300E;
}
</style>
border-color css
<style>
span { border-color: #10300E; }
span { border-color: rgb(16,48,14); }
td.TdClassName
{
border-color: #10300E;
}
.TagClassName
{
border-color: #10300E;
}
</style>