Shades of Myrtle #131812
Tints of Myrtle #131812
RGB
CMYK
RGB Variations
Color information
#131812 (or 0x131812) is known color: Myrtle. HEX triplet: 13, 18 and 12. RGB value is (19,24,18). Sum of RGB (Red+Green+Blue) = 19+24+18=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #131812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131812 is #ECE7ED. Grayscale: #151515. Windows color (decimal): -15525870 or 1185811. OLE color: 1185811.
HSL color Cylindrical-coordinate representation of color #131812: hue angle of 110º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #131812 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 24 | 18 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.91 |
| HSL | 110º | 0.14% | 0.08% | - |
| HSV(B) | 110º | 0.25% | 0.09% | - |
| XYZ | 0.7 | 0.84 | 0.7 | - |
| YUV | 21.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 18 | 0.21 | 0 | 0.25 | 0.91 | 110 | 0.14 | 0.08 |
| Hex | 13 | 18 | 12 | 15 | 0 | 19 | 5B | 6E | E | 8 |
| Octal | 23 | 30 | 22 | 25 | 0 | 31 | 133 | 156 | 16 | 10 |
| Binary | 10011 | 11000 | 10010 | 10101 | 0 | 11001 | 1011011 | 1101110 | 1110 | 1000 |
Color Harmonies of #131812
Complementary color
Monochromatic Colors of #131812
Black with #131812
Text Example
Text Example
White with #131812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131812; }
p { color: rgb(19,24,18); }
H1.HeaderClassName
{
color: #131812;
}
.AnyTagClassName
{
color: #131812;
}
</style>
background-color css
<style>
a { background-color: #131812; }
a { background-color: rgb(19,24,18); }
div.DivClassName
{
background-color: #131812;
}
.BgClassName
{
background-color: #131812;
}
</style>
border-color css
<style>
span { border-color: #131812; }
span { border-color: rgb(19,24,18); }
td.TdClassName
{
border-color: #131812;
}
.TagClassName
{
border-color: #131812;
}
</style>