Shades of Myrtle #0D250B
Tints of Myrtle #0D250B
RGB
CMYK
RGB Variations
Color information
#0D250B (or 0x0D250B) is known color: Myrtle. HEX triplet: 0D, 25 and 0B. RGB value is (13,37,11). Sum of RGB (Red+Green+Blue) = 13+37+11=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #0D250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D250B is #F2DAF4. Grayscale: #1A1A1A. Windows color (decimal): -15915765 or 730381. OLE color: 730381.
HSL color Cylindrical-coordinate representation of color #0D250B: hue angle of 115.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D250B is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 11 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.85 |
| HSL | 115.38º | 0.54% | 0.09% | - |
| HSV(B) | 115.38º | 0.7% | 0.15% | - |
| XYZ | 0.89 | 1.43 | 0.55 | - |
| YUV | 26.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 11 | 0.65 | 0 | 0.70 | 0.85 | 115.38 | 0.54 | 0.09 |
| Hex | D | 25 | B | 41 | 0 | 46 | 55 | 73 | 36 | 9 |
| Octal | 15 | 45 | 13 | 101 | 0 | 106 | 125 | 163 | 66 | 11 |
| Binary | 1101 | 100101 | 1011 | 1000001 | 0 | 1000110 | 1010101 | 1110011 | 110110 | 1001 |
Color Harmonies of #0D250B
Complementary color
Monochromatic Colors of #0D250B
Black with #0D250B
Text Example
Text Example
White with #0D250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D250B; }
p { color: rgb(13,37,11); }
H1.HeaderClassName
{
color: #0D250B;
}
.AnyTagClassName
{
color: #0D250B;
}
</style>
background-color css
<style>
a { background-color: #0D250B; }
a { background-color: rgb(13,37,11); }
div.DivClassName
{
background-color: #0D250B;
}
.BgClassName
{
background-color: #0D250B;
}
</style>
border-color css
<style>
span { border-color: #0D250B; }
span { border-color: rgb(13,37,11); }
td.TdClassName
{
border-color: #0D250B;
}
.TagClassName
{
border-color: #0D250B;
}
</style>