Shades of Myrtle #0D1F0C
Tints of Myrtle #0D1F0C
RGB
CMYK
RGB Variations
Color information
#0D1F0C (or 0x0D1F0C) is known color: Myrtle. HEX triplet: 0D, 1F and 0C. RGB value is (13,31,12). Sum of RGB (Red+Green+Blue) = 13+31+12=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F0C is #F2E0F3. Grayscale: #171717. Windows color (decimal): -15917300 or 794381. OLE color: 794381.
HSL color Cylindrical-coordinate representation of color #0D1F0C: hue angle of 116.84º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D1F0C is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 31 | 12 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.88 |
| HSL | 116.84º | 0.44% | 0.08% | - |
| HSV(B) | 116.84º | 0.61% | 0.12% | - |
| XYZ | 0.72 | 1.09 | 0.52 | - |
| YUV | 23.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 12 | 0.58 | 0 | 0.61 | 0.88 | 116.84 | 0.44 | 0.08 |
| Hex | D | 1F | C | 3A | 0 | 3D | 58 | 75 | 2C | 8 |
| Octal | 15 | 37 | 14 | 72 | 0 | 75 | 130 | 165 | 54 | 10 |
| Binary | 1101 | 11111 | 1100 | 111010 | 0 | 111101 | 1011000 | 1110101 | 101100 | 1000 |
Color Harmonies of #0D1F0C
Complementary color
Monochromatic Colors of #0D1F0C
Black with #0D1F0C
Text Example
Text Example
White with #0D1F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F0C; }
p { color: rgb(13,31,12); }
H1.HeaderClassName
{
color: #0D1F0C;
}
.AnyTagClassName
{
color: #0D1F0C;
}
</style>
background-color css
<style>
a { background-color: #0D1F0C; }
a { background-color: rgb(13,31,12); }
div.DivClassName
{
background-color: #0D1F0C;
}
.BgClassName
{
background-color: #0D1F0C;
}
</style>
border-color css
<style>
span { border-color: #0D1F0C; }
span { border-color: rgb(13,31,12); }
td.TdClassName
{
border-color: #0D1F0C;
}
.TagClassName
{
border-color: #0D1F0C;
}
</style>