Shades of Pine Tree #192114
Tints of Pine Tree #192114
RGB
CMYK
RGB Variations
Color information
#192114 (or 0x192114) is known color: Pine Tree. HEX triplet: 19, 21 and 14. RGB value is (25,33,20). Sum of RGB (Red+Green+Blue) = 25+33+20=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #192114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192114 is #E6DEEB. Grayscale: #1D1D1D. Windows color (decimal): -15130348 or 1319193. OLE color: 1319193.
HSL color Cylindrical-coordinate representation of color #192114: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #192114 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 20 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.87 |
| HSL | 96.92º | 0.25% | 0.1% | - |
| HSV(B) | 96.92º | 0.39% | 0.13% | - |
| XYZ | 1.07 | 1.34 | 0.86 | - |
| YUV | 29.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 20 | 0.24 | 0 | 0.39 | 0.87 | 96.92 | 0.25 | 0.1 |
| Hex | 19 | 21 | 14 | 18 | 0 | 27 | 57 | 61 | 19 | A |
| Octal | 31 | 41 | 24 | 30 | 0 | 47 | 127 | 141 | 31 | 12 |
| Binary | 11001 | 100001 | 10100 | 11000 | 0 | 100111 | 1010111 | 1100001 | 11001 | 1010 |
Color Harmonies of #192114
Complementary color
Monochromatic Colors of #192114
Black with #192114
Text Example
Text Example
White with #192114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192114; }
p { color: rgb(25,33,20); }
H1.HeaderClassName
{
color: #192114;
}
.AnyTagClassName
{
color: #192114;
}
</style>
background-color css
<style>
a { background-color: #192114; }
a { background-color: rgb(25,33,20); }
div.DivClassName
{
background-color: #192114;
}
.BgClassName
{
background-color: #192114;
}
</style>
border-color css
<style>
span { border-color: #192114; }
span { border-color: rgb(25,33,20); }
td.TdClassName
{
border-color: #192114;
}
.TagClassName
{
border-color: #192114;
}
</style>