Shades of Myrtle #0D330A
Tints of Myrtle #0D330A
RGB
CMYK
RGB Variations
Color information
#0D330A (or 0x0D330A) is known color: Myrtle. HEX triplet: 0D, 33 and 0A. RGB value is (13,51,10). Sum of RGB (Red+Green+Blue) = 13+51+10=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #0D330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D330A is #F2CCF5. Grayscale: #232323. Windows color (decimal): -15912182 or 668429. OLE color: 668429.
HSL color Cylindrical-coordinate representation of color #0D330A: hue angle of 115.61º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D330A is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 51 | 10 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.8 |
| HSL | 115.61º | 0.67% | 0.12% | - |
| HSV(B) | 115.61º | 0.8% | 0.2% | - |
| XYZ | 1.4 | 2.48 | 0.69 | - |
| YUV | 34.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 10 | 0.75 | 0 | 0.80 | 0.8 | 115.61 | 0.67 | 0.12 |
| Hex | D | 33 | A | 4B | 0 | 50 | 50 | 74 | 43 | C |
| Octal | 15 | 63 | 12 | 113 | 0 | 120 | 120 | 164 | 103 | 14 |
| Binary | 1101 | 110011 | 1010 | 1001011 | 0 | 1010000 | 1010000 | 1110100 | 1000011 | 1100 |
Color Harmonies of #0D330A
Complementary color
Monochromatic Colors of #0D330A
Black with #0D330A
Text Example
Text Example
White with #0D330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D330A; }
p { color: rgb(13,51,10); }
H1.HeaderClassName
{
color: #0D330A;
}
.AnyTagClassName
{
color: #0D330A;
}
</style>
background-color css
<style>
a { background-color: #0D330A; }
a { background-color: rgb(13,51,10); }
div.DivClassName
{
background-color: #0D330A;
}
.BgClassName
{
background-color: #0D330A;
}
</style>
border-color css
<style>
span { border-color: #0D330A; }
span { border-color: rgb(13,51,10); }
td.TdClassName
{
border-color: #0D330A;
}
.TagClassName
{
border-color: #0D330A;
}
</style>