Shades of Myrtle #121B11
Tints of Myrtle #121B11
RGB
CMYK
RGB Variations
Color information
#121B11 (or 0x121B11) is known color: Myrtle. HEX triplet: 12, 1B and 11. RGB value is (18,27,17). Sum of RGB (Red+Green+Blue) = 18+27+17=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #121B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B11 is #EDE4EE. Grayscale: #171717. Windows color (decimal): -15590639 or 1121042. OLE color: 1121042.
HSL color Cylindrical-coordinate representation of color #121B11: hue angle of 114º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #121B11 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 17 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.89 |
| HSL | 114º | 0.23% | 0.09% | - |
| HSV(B) | 114º | 0.37% | 0.11% | - |
| XYZ | 0.74 | 0.95 | 0.68 | - |
| YUV | 23.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 17 | 0.33 | 0 | 0.37 | 0.89 | 114 | 0.23 | 0.09 |
| Hex | 12 | 1B | 11 | 21 | 0 | 25 | 59 | 72 | 17 | 9 |
| Octal | 22 | 33 | 21 | 41 | 0 | 45 | 131 | 162 | 27 | 11 |
| Binary | 10010 | 11011 | 10001 | 100001 | 0 | 100101 | 1011001 | 1110010 | 10111 | 1001 |
Color Harmonies of #121B11
Complementary color
Monochromatic Colors of #121B11
Black with #121B11
Text Example
Text Example
White with #121B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B11; }
p { color: rgb(18,27,17); }
H1.HeaderClassName
{
color: #121B11;
}
.AnyTagClassName
{
color: #121B11;
}
</style>
background-color css
<style>
a { background-color: #121B11; }
a { background-color: rgb(18,27,17); }
div.DivClassName
{
background-color: #121B11;
}
.BgClassName
{
background-color: #121B11;
}
</style>
border-color css
<style>
span { border-color: #121B11; }
span { border-color: rgb(18,27,17); }
td.TdClassName
{
border-color: #121B11;
}
.TagClassName
{
border-color: #121B11;
}
</style>