Shades of Myrtle #0D320B
Tints of Myrtle #0D320B
RGB
CMYK
RGB Variations
Color information
#0D320B (or 0x0D320B) is known color: Myrtle. HEX triplet: 0D, 32 and 0B. RGB value is (13,50,11). Sum of RGB (Red+Green+Blue) = 13+50+11=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #0D320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D320B is #F2CDF4. Grayscale: #222222. Windows color (decimal): -15912437 or 733709. OLE color: 733709.
HSL color Cylindrical-coordinate representation of color #0D320B: hue angle of 116.92º degrees, saturation: 0.64, 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 #0D320B is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 50 | 11 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.80 |
| HSL | 116.92º | 0.64% | 0.12% | - |
| HSV(B) | 116.92º | 0.78% | 0.2% | - |
| XYZ | 1.37 | 2.39 | 0.71 | - |
| YUV | 34.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 11 | 0.74 | 0 | 0.78 | 0.80 | 116.92 | 0.64 | 0.12 |
| Hex | D | 32 | B | 4A | 0 | 4E | 50 | 75 | 40 | C |
| Octal | 15 | 62 | 13 | 112 | 0 | 116 | 120 | 165 | 100 | 14 |
| Binary | 1101 | 110010 | 1011 | 1001010 | 0 | 1001110 | 1010000 | 1110101 | 1000000 | 1100 |
Color Harmonies of #0D320B
Complementary color
Monochromatic Colors of #0D320B
Black with #0D320B
Text Example
Text Example
White with #0D320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D320B; }
p { color: rgb(13,50,11); }
H1.HeaderClassName
{
color: #0D320B;
}
.AnyTagClassName
{
color: #0D320B;
}
</style>
background-color css
<style>
a { background-color: #0D320B; }
a { background-color: rgb(13,50,11); }
div.DivClassName
{
background-color: #0D320B;
}
.BgClassName
{
background-color: #0D320B;
}
</style>
border-color css
<style>
span { border-color: #0D320B; }
span { border-color: rgb(13,50,11); }
td.TdClassName
{
border-color: #0D320B;
}
.TagClassName
{
border-color: #0D320B;
}
</style>