Shades of Myrtle #10300C
Tints of Myrtle #10300C
RGB
CMYK
RGB Variations
Color information
#10300C (or 0x10300C) is known color: Myrtle. HEX triplet: 10, 30 and 0C. RGB value is (16,48,12). Sum of RGB (Red+Green+Blue) = 16+48+12=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #10300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10300C is #EFCFF3. Grayscale: #222222. Windows color (decimal): -15716340 or 798736. OLE color: 798736.
HSL color Cylindrical-coordinate representation of color #10300C: hue angle of 113.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10300C is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 48 | 12 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.81 |
| HSL | 113.33º | 0.6% | 0.12% | - |
| HSV(B) | 113.33º | 0.75% | 0.19% | - |
| XYZ | 1.34 | 2.25 | 0.71 | - |
| YUV | 34.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 12 | 0.67 | 0 | 0.75 | 0.81 | 113.33 | 0.6 | 0.12 |
| Hex | 10 | 30 | C | 43 | 0 | 4B | 51 | 71 | 3C | C |
| Octal | 20 | 60 | 14 | 103 | 0 | 113 | 121 | 161 | 74 | 14 |
| Binary | 10000 | 110000 | 1100 | 1000011 | 0 | 1001011 | 1010001 | 1110001 | 111100 | 1100 |
Color Harmonies of #10300C
Complementary color
Monochromatic Colors of #10300C
Black with #10300C
Text Example
Text Example
White with #10300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10300C; }
p { color: rgb(16,48,12); }
H1.HeaderClassName
{
color: #10300C;
}
.AnyTagClassName
{
color: #10300C;
}
</style>
background-color css
<style>
a { background-color: #10300C; }
a { background-color: rgb(16,48,12); }
div.DivClassName
{
background-color: #10300C;
}
.BgClassName
{
background-color: #10300C;
}
</style>
border-color css
<style>
span { border-color: #10300C; }
span { border-color: rgb(16,48,12); }
td.TdClassName
{
border-color: #10300C;
}
.TagClassName
{
border-color: #10300C;
}
</style>