Shades of Myrtle #131F12
Tints of Myrtle #131F12
RGB
CMYK
RGB Variations
Color information
#131F12 (or 0x131F12) is known color: Myrtle. HEX triplet: 13, 1F and 12. RGB value is (19,31,18). Sum of RGB (Red+Green+Blue) = 19+31+18=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #131F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F12 is #ECE0ED. Grayscale: #191919. Windows color (decimal): -15524078 or 1187603. OLE color: 1187603.
HSL color Cylindrical-coordinate representation of color #131F12: hue angle of 115.38º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #131F12 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 18 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.88 |
| HSL | 115.38º | 0.27% | 0.1% | - |
| HSV(B) | 115.38º | 0.42% | 0.12% | - |
| XYZ | 0.87 | 1.16 | 0.75 | - |
| YUV | 25.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 18 | 0.39 | 0 | 0.42 | 0.88 | 115.38 | 0.27 | 0.1 |
| Hex | 13 | 1F | 12 | 27 | 0 | 2A | 58 | 73 | 1B | A |
| Octal | 23 | 37 | 22 | 47 | 0 | 52 | 130 | 163 | 33 | 12 |
| Binary | 10011 | 11111 | 10010 | 100111 | 0 | 101010 | 1011000 | 1110011 | 11011 | 1010 |
Color Harmonies of #131F12
Complementary color
Monochromatic Colors of #131F12
Black with #131F12
Text Example
Text Example
White with #131F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F12; }
p { color: rgb(19,31,18); }
H1.HeaderClassName
{
color: #131F12;
}
.AnyTagClassName
{
color: #131F12;
}
</style>
background-color css
<style>
a { background-color: #131F12; }
a { background-color: rgb(19,31,18); }
div.DivClassName
{
background-color: #131F12;
}
.BgClassName
{
background-color: #131F12;
}
</style>
border-color css
<style>
span { border-color: #131F12; }
span { border-color: rgb(19,31,18); }
td.TdClassName
{
border-color: #131F12;
}
.TagClassName
{
border-color: #131F12;
}
</style>