#161815

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

Shades of Pine Tree #161815

Tints of Pine Tree #161815

Color information

#161815 (or 0x161815) is unknown color: approx Pine Tree. HEX triplet: 16, 18 and 15. RGB value is (22,24,21). Sum of RGB (Red+Green+Blue) = 22+24+21=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 24 - color contains mainly: green. Hex color #161815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161815 is #E9E7EA. Grayscale: #171717. Windows color (decimal): -15329259 or 1382422. OLE color: 1382422.

HSL color Cylindrical-coordinate representation of color #161815: hue angle of 100º degrees, saturation: 0.07, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #161815 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB222421-
CMYK0.0800.130.91
HSL100º6.67%8.82%-
HSV(B)100º12.5%9.41%-
XYZ0.790.880.84-
YUV23.06126.84127.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.84%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=32.84%
G=35.82%
B=31.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2224210.0800.130.911006.678.82
Hex16181580D5B6479
Octal26302510015133144711
Binary101101100010101100001101101101111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161815; }

 p { color: rgb(22,24,21); }

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

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

 a { background-color: rgb(22,24,21); }

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

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

 span { border-color: rgb(22,24,21); }

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