Shades of Myrtle #10330F
Tints of Myrtle #10330F
RGB
CMYK
RGB Variations
Color information
#10330F (or 0x10330F) is known color: Myrtle. HEX triplet: 10, 33 and 0F. RGB value is (16,51,15). Sum of RGB (Red+Green+Blue) = 16+51+15=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #10330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10330F is #EFCCF0. Grayscale: #242424. Windows color (decimal): -15715569 or 996112. OLE color: 996112.
HSL color Cylindrical-coordinate representation of color #10330F: hue angle of 118.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10330F is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 15 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.8 |
| HSL | 118.33º | 0.55% | 0.13% | - |
| HSV(B) | 118.33º | 0.71% | 0.2% | - |
| XYZ | 1.48 | 2.51 | 0.86 | - |
| YUV | 36.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 15 | 0.69 | 0 | 0.71 | 0.8 | 118.33 | 0.55 | 0.13 |
| Hex | 10 | 33 | F | 45 | 0 | 47 | 50 | 76 | 37 | D |
| Octal | 20 | 63 | 17 | 105 | 0 | 107 | 120 | 166 | 67 | 15 |
| Binary | 10000 | 110011 | 1111 | 1000101 | 0 | 1000111 | 1010000 | 1110110 | 110111 | 1101 |
Color Harmonies of #10330F
Complementary color
Monochromatic Colors of #10330F
Black with #10330F
Text Example
Text Example
White with #10330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10330F; }
p { color: rgb(16,51,15); }
H1.HeaderClassName
{
color: #10330F;
}
.AnyTagClassName
{
color: #10330F;
}
</style>
background-color css
<style>
a { background-color: #10330F; }
a { background-color: rgb(16,51,15); }
div.DivClassName
{
background-color: #10330F;
}
.BgClassName
{
background-color: #10330F;
}
</style>
border-color css
<style>
span { border-color: #10330F; }
span { border-color: rgb(16,51,15); }
td.TdClassName
{
border-color: #10330F;
}
.TagClassName
{
border-color: #10330F;
}
</style>