Shades of Myrtle #131F11
Tints of Myrtle #131F11
RGB
CMYK
RGB Variations
Color information
#131F11 (or 0x131F11) is known color: Myrtle. HEX triplet: 13, 1F and 11. RGB value is (19,31,17). Sum of RGB (Red+Green+Blue) = 19+31+17=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #131F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F11 is #ECE0EE. Grayscale: #191919. Windows color (decimal): -15524079 or 1122067. OLE color: 1122067.
HSL color Cylindrical-coordinate representation of color #131F11: hue angle of 111.43º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #131F11 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 17 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.88 |
| HSL | 111.43º | 0.29% | 0.09% | - |
| HSV(B) | 111.43º | 0.45% | 0.12% | - |
| XYZ | 0.86 | 1.16 | 0.71 | - |
| YUV | 25.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 17 | 0.39 | 0 | 0.45 | 0.88 | 111.43 | 0.29 | 0.09 |
| Hex | 13 | 1F | 11 | 27 | 0 | 2D | 58 | 6F | 1D | 9 |
| Octal | 23 | 37 | 21 | 47 | 0 | 55 | 130 | 157 | 35 | 11 |
| Binary | 10011 | 11111 | 10001 | 100111 | 0 | 101101 | 1011000 | 1101111 | 11101 | 1001 |
Color Harmonies of #131F11
Complementary color
Monochromatic Colors of #131F11
Black with #131F11
Text Example
Text Example
White with #131F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F11; }
p { color: rgb(19,31,17); }
H1.HeaderClassName
{
color: #131F11;
}
.AnyTagClassName
{
color: #131F11;
}
</style>
background-color css
<style>
a { background-color: #131F11; }
a { background-color: rgb(19,31,17); }
div.DivClassName
{
background-color: #131F11;
}
.BgClassName
{
background-color: #131F11;
}
</style>
border-color css
<style>
span { border-color: #131F11; }
span { border-color: rgb(19,31,17); }
td.TdClassName
{
border-color: #131F11;
}
.TagClassName
{
border-color: #131F11;
}
</style>