Shades of Myrtle #10210B
Tints of Myrtle #10210B
RGB
CMYK
RGB Variations
Color information
#10210B (or 0x10210B) is known color: Myrtle. HEX triplet: 10, 21 and 0B. RGB value is (16,33,11). Sum of RGB (Red+Green+Blue) = 16+33+11=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #10210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10210B is #EFDEF4. Grayscale: #191919. Windows color (decimal): -15720181 or 729360. OLE color: 729360.
HSL color Cylindrical-coordinate representation of color #10210B: hue angle of 106.36º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10210B is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 33 | 11 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.87 |
| HSL | 106.36º | 0.5% | 0.09% | - |
| HSV(B) | 106.36º | 0.67% | 0.13% | - |
| XYZ | 0.82 | 1.22 | 0.51 | - |
| YUV | 25.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 11 | 0.52 | 0 | 0.67 | 0.87 | 106.36 | 0.5 | 0.09 |
| Hex | 10 | 21 | B | 34 | 0 | 43 | 57 | 6A | 32 | 9 |
| Octal | 20 | 41 | 13 | 64 | 0 | 103 | 127 | 152 | 62 | 11 |
| Binary | 10000 | 100001 | 1011 | 110100 | 0 | 1000011 | 1010111 | 1101010 | 110010 | 1001 |
Color Harmonies of #10210B
Complementary color
Monochromatic Colors of #10210B
Black with #10210B
Text Example
Text Example
White with #10210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10210B; }
p { color: rgb(16,33,11); }
H1.HeaderClassName
{
color: #10210B;
}
.AnyTagClassName
{
color: #10210B;
}
</style>
background-color css
<style>
a { background-color: #10210B; }
a { background-color: rgb(16,33,11); }
div.DivClassName
{
background-color: #10210B;
}
.BgClassName
{
background-color: #10210B;
}
</style>
border-color css
<style>
span { border-color: #10210B; }
span { border-color: rgb(16,33,11); }
td.TdClassName
{
border-color: #10210B;
}
.TagClassName
{
border-color: #10210B;
}
</style>