Shades of Myrtle #0D230B
Tints of Myrtle #0D230B
RGB
CMYK
RGB Variations
Color information
#0D230B (or 0x0D230B) is known color: Myrtle. HEX triplet: 0D, 23 and 0B. RGB value is (13,35,11). Sum of RGB (Red+Green+Blue) = 13+35+11=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #0D230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D230B is #F2DCF4. Grayscale: #191919. Windows color (decimal): -15916277 or 729869. OLE color: 729869.
HSL color Cylindrical-coordinate representation of color #0D230B: hue angle of 115º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D230B is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 35 | 11 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.86 |
| HSL | 115º | 0.52% | 0.09% | - |
| HSV(B) | 115º | 0.69% | 0.14% | - |
| XYZ | 0.83 | 1.31 | 0.53 | - |
| YUV | 25.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 11 | 0.63 | 0 | 0.69 | 0.86 | 115 | 0.52 | 0.09 |
| Hex | D | 23 | B | 3F | 0 | 45 | 56 | 73 | 34 | 9 |
| Octal | 15 | 43 | 13 | 77 | 0 | 105 | 126 | 163 | 64 | 11 |
| Binary | 1101 | 100011 | 1011 | 111111 | 0 | 1000101 | 1010110 | 1110011 | 110100 | 1001 |
Color Harmonies of #0D230B
Complementary color
Monochromatic Colors of #0D230B
Black with #0D230B
Text Example
Text Example
White with #0D230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D230B; }
p { color: rgb(13,35,11); }
H1.HeaderClassName
{
color: #0D230B;
}
.AnyTagClassName
{
color: #0D230B;
}
</style>
background-color css
<style>
a { background-color: #0D230B; }
a { background-color: rgb(13,35,11); }
div.DivClassName
{
background-color: #0D230B;
}
.BgClassName
{
background-color: #0D230B;
}
</style>
border-color css
<style>
span { border-color: #0D230B; }
span { border-color: rgb(13,35,11); }
td.TdClassName
{
border-color: #0D230B;
}
.TagClassName
{
border-color: #0D230B;
}
</style>