Shades of Myrtle #0D210B
Tints of Myrtle #0D210B
RGB
CMYK
RGB Variations
Color information
#0D210B (or 0x0D210B) is known color: Myrtle. HEX triplet: 0D, 21 and 0B. RGB value is (13,33,11). Sum of RGB (Red+Green+Blue) = 13+33+11=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #0D210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D210B is #F2DEF4. Grayscale: #181818. Windows color (decimal): -15916789 or 729357. OLE color: 729357.
HSL color Cylindrical-coordinate representation of color #0D210B: hue angle of 114.55º 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 #0D210B is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 11 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.87 |
| HSL | 114.55º | 0.5% | 0.09% | - |
| HSV(B) | 114.55º | 0.67% | 0.13% | - |
| XYZ | 0.77 | 1.2 | 0.51 | - |
| YUV | 24.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 11 | 0.61 | 0 | 0.67 | 0.87 | 114.55 | 0.5 | 0.09 |
| Hex | D | 21 | B | 3D | 0 | 43 | 57 | 73 | 32 | 9 |
| Octal | 15 | 41 | 13 | 75 | 0 | 103 | 127 | 163 | 62 | 11 |
| Binary | 1101 | 100001 | 1011 | 111101 | 0 | 1000011 | 1010111 | 1110011 | 110010 | 1001 |
Color Harmonies of #0D210B
Complementary color
Monochromatic Colors of #0D210B
Black with #0D210B
Text Example
Text Example
White with #0D210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D210B; }
p { color: rgb(13,33,11); }
H1.HeaderClassName
{
color: #0D210B;
}
.AnyTagClassName
{
color: #0D210B;
}
</style>
background-color css
<style>
a { background-color: #0D210B; }
a { background-color: rgb(13,33,11); }
div.DivClassName
{
background-color: #0D210B;
}
.BgClassName
{
background-color: #0D210B;
}
</style>
border-color css
<style>
span { border-color: #0D210B; }
span { border-color: rgb(13,33,11); }
td.TdClassName
{
border-color: #0D210B;
}
.TagClassName
{
border-color: #0D210B;
}
</style>