Shades of Myrtle #10330B
Tints of Myrtle #10330B
RGB
CMYK
RGB Variations
Color information
#10330B (or 0x10330B) is known color: Myrtle. HEX triplet: 10, 33 and 0B. RGB value is (16,51,11). Sum of RGB (Red+Green+Blue) = 16+51+11=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #10330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10330B is #EFCCF4. Grayscale: #242424. Windows color (decimal): -15715573 or 733968. OLE color: 733968.
HSL color Cylindrical-coordinate representation of color #10330B: hue angle of 112.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10330B is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 11 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.8 |
| HSL | 112.5º | 0.65% | 0.12% | - |
| HSV(B) | 112.5º | 0.78% | 0.2% | - |
| XYZ | 1.46 | 2.5 | 0.72 | - |
| YUV | 35.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 11 | 0.69 | 0 | 0.78 | 0.8 | 112.5 | 0.65 | 0.12 |
| Hex | 10 | 33 | B | 45 | 0 | 4E | 50 | 70 | 41 | C |
| Octal | 20 | 63 | 13 | 105 | 0 | 116 | 120 | 160 | 101 | 14 |
| Binary | 10000 | 110011 | 1011 | 1000101 | 0 | 1001110 | 1010000 | 1110000 | 1000001 | 1100 |
Color Harmonies of #10330B
Complementary color
Monochromatic Colors of #10330B
Black with #10330B
Text Example
Text Example
White with #10330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10330B; }
p { color: rgb(16,51,11); }
H1.HeaderClassName
{
color: #10330B;
}
.AnyTagClassName
{
color: #10330B;
}
</style>
background-color css
<style>
a { background-color: #10330B; }
a { background-color: rgb(16,51,11); }
div.DivClassName
{
background-color: #10330B;
}
.BgClassName
{
background-color: #10330B;
}
</style>
border-color css
<style>
span { border-color: #10330B; }
span { border-color: rgb(16,51,11); }
td.TdClassName
{
border-color: #10330B;
}
.TagClassName
{
border-color: #10330B;
}
</style>