Shades of Dark Green #131816
Tints of Dark Green #131816
RGB
CMYK
RGB Variations
Color information
#131816 (or 0x131816) is known color: Dark Green. HEX triplet: 13, 18 and 16. RGB value is (19,24,22). Sum of RGB (Red+Green+Blue) = 19+24+22=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 24 - color contains mainly: green. Hex color #131816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131816 is #ECE7E9. Grayscale: #161616. Windows color (decimal): -15525866 or 1447955. OLE color: 1447955.
HSL color Cylindrical-coordinate representation of color #131816: hue angle of 156º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #131816 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 24 | 22 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.91 |
| HSL | 156º | 0.12% | 0.08% | - |
| HSV(B) | 156º | 0.21% | 0.09% | - |
| XYZ | 0.74 | 0.85 | 0.88 | - |
| YUV | 22.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 22 | 0.21 | 0 | 0.08 | 0.91 | 156 | 0.12 | 0.08 |
| Hex | 13 | 18 | 16 | 15 | 0 | 8 | 5B | 9C | C | 8 |
| Octal | 23 | 30 | 26 | 25 | 0 | 10 | 133 | 234 | 14 | 10 |
| Binary | 10011 | 11000 | 10110 | 10101 | 0 | 1000 | 1011011 | 10011100 | 1100 | 1000 |
Color Harmonies of #131816
Complementary color
Monochromatic Colors of #131816
Black with #131816
Text Example
Text Example
White with #131816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131816; }
p { color: rgb(19,24,22); }
H1.HeaderClassName
{
color: #131816;
}
.AnyTagClassName
{
color: #131816;
}
</style>
background-color css
<style>
a { background-color: #131816; }
a { background-color: rgb(19,24,22); }
div.DivClassName
{
background-color: #131816;
}
.BgClassName
{
background-color: #131816;
}
</style>
border-color css
<style>
span { border-color: #131816; }
span { border-color: rgb(19,24,22); }
td.TdClassName
{
border-color: #131816;
}
.TagClassName
{
border-color: #131816;
}
</style>