Shades of Myrtle #0D240B
Tints of Myrtle #0D240B
RGB
CMYK
RGB Variations
Color information
#0D240B (or 0x0D240B) is known color: Myrtle. HEX triplet: 0D, 24 and 0B. RGB value is (13,36,11). Sum of RGB (Red+Green+Blue) = 13+36+11=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #0D240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D240B is #F2DBF4. Grayscale: #1A1A1A. Windows color (decimal): -15916021 or 730125. OLE color: 730125.
HSL color Cylindrical-coordinate representation of color #0D240B: hue angle of 115.2º degrees, saturation: 0.53, 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 #0D240B is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 11 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.86 |
| HSL | 115.2º | 0.53% | 0.09% | - |
| HSV(B) | 115.2º | 0.69% | 0.14% | - |
| XYZ | 0.86 | 1.37 | 0.54 | - |
| YUV | 26.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 11 | 0.64 | 0 | 0.69 | 0.86 | 115.2 | 0.53 | 0.09 |
| Hex | D | 24 | B | 40 | 0 | 45 | 56 | 73 | 35 | 9 |
| Octal | 15 | 44 | 13 | 100 | 0 | 105 | 126 | 163 | 65 | 11 |
| Binary | 1101 | 100100 | 1011 | 1000000 | 0 | 1000101 | 1010110 | 1110011 | 110101 | 1001 |
Color Harmonies of #0D240B
Complementary color
Monochromatic Colors of #0D240B
Black with #0D240B
Text Example
Text Example
White with #0D240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D240B; }
p { color: rgb(13,36,11); }
H1.HeaderClassName
{
color: #0D240B;
}
.AnyTagClassName
{
color: #0D240B;
}
</style>
background-color css
<style>
a { background-color: #0D240B; }
a { background-color: rgb(13,36,11); }
div.DivClassName
{
background-color: #0D240B;
}
.BgClassName
{
background-color: #0D240B;
}
</style>
border-color css
<style>
span { border-color: #0D240B; }
span { border-color: rgb(13,36,11); }
td.TdClassName
{
border-color: #0D240B;
}
.TagClassName
{
border-color: #0D240B;
}
</style>