#161914

Color #161914 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #161914

Tints of Pine Tree #161914

Color information

#161914 (or 0x161914) is unknown color: approx Pine Tree. HEX triplet: 16, 19 and 14. RGB value is (22,25,20). Sum of RGB (Red+Green+Blue) = 22+25+20=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 25 - color contains mainly: green. Hex color #161914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161914 is #E9E6EB. Grayscale: #171717. Windows color (decimal): -15329004 or 1317142. OLE color: 1317142.

HSL color Cylindrical-coordinate representation of color #161914: hue angle of 96º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #161914 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB222520-
CMYK0.1200.200.90
HSL96º11.11%8.82%-
HSV(B)96º20%9.8%-
XYZ0.80.920.8-
YUV23.53126.01126.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 32.84%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=32.84%
G=37.31%
B=29.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2225200.1200.200.909611.118.82
Hex161914C0145A60b9
Octal263124140241321401311
Binary10110110011010011000101001011010110000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161914; }

 p { color: rgb(22,25,20); }

 H1.HeaderClassName
 {
   color: #161914;
 }
 .AnyTagClassName
 {
   color: #161914;
 }
</style>
background-color css

<style>
 a { background-color: #161914; }

 a { background-color: rgb(22,25,20); }

 div.DivClassName
 {
   background-color: #161914;
 }
 .BgClassName
 {
   background-color: #161914;
 }
</style>
border-color css

<style>
 span { border-color: #161914; }

 span { border-color: rgb(22,25,20); }

 td.TdClassName
 {
   border-color: #161914;
 }
 .TagClassName
 {
   border-color: #161914;
 }
</style>