Shades of Myrtle #121F0F
Tints of Myrtle #121F0F
RGB
CMYK
RGB Variations
Color information
#121F0F (or 0x121F0F) is known color: Myrtle. HEX triplet: 12, 1F and 0F. RGB value is (18,31,15). Sum of RGB (Red+Green+Blue) = 18+31+15=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #121F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F0F is #EDE0F0. Grayscale: #191919. Windows color (decimal): -15589617 or 990994. OLE color: 990994.
HSL color Cylindrical-coordinate representation of color #121F0F: hue angle of 108.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #121F0F is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 15 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.88 |
| HSL | 108.75º | 0.35% | 0.09% | - |
| HSV(B) | 108.75º | 0.52% | 0.12% | - |
| XYZ | 0.83 | 1.14 | 0.63 | - |
| YUV | 25.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 15 | 0.42 | 0 | 0.52 | 0.88 | 108.75 | 0.35 | 0.09 |
| Hex | 12 | 1F | F | 2A | 0 | 34 | 58 | 6D | 23 | 9 |
| Octal | 22 | 37 | 17 | 52 | 0 | 64 | 130 | 155 | 43 | 11 |
| Binary | 10010 | 11111 | 1111 | 101010 | 0 | 110100 | 1011000 | 1101101 | 100011 | 1001 |
Color Harmonies of #121F0F
Complementary color
Monochromatic Colors of #121F0F
Black with #121F0F
Text Example
Text Example
White with #121F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F0F; }
p { color: rgb(18,31,15); }
H1.HeaderClassName
{
color: #121F0F;
}
.AnyTagClassName
{
color: #121F0F;
}
</style>
background-color css
<style>
a { background-color: #121F0F; }
a { background-color: rgb(18,31,15); }
div.DivClassName
{
background-color: #121F0F;
}
.BgClassName
{
background-color: #121F0F;
}
</style>
border-color css
<style>
span { border-color: #121F0F; }
span { border-color: rgb(18,31,15); }
td.TdClassName
{
border-color: #121F0F;
}
.TagClassName
{
border-color: #121F0F;
}
</style>