#151614

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

Shades of Pine Tree #151614

Tints of Pine Tree #151614

Color information

#151614 (or 0x151614) is unknown color: approx Pine Tree. HEX triplet: 15, 16 and 14. RGB value is (21,22,20). Sum of RGB (Red+Green+Blue) = 21+22+20=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 22 - color contains mainly: green. Hex color #151614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151614 is #EAE9EB. Grayscale: #151515. Windows color (decimal): -15395308 or 1316373. OLE color: 1316373.

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

Color convert

RGB212220-
CMYK0.0500.090.91
HSL90º4.76%8.24%-
HSV(B)90º9.09%8.63%-
XYZ0.720.780.78-
YUV21.47127.17127.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 34.92%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=33.33%
G=34.92%
B=31.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2122200.0500.090.91904.768.24
Hex1516145095B5a58
Octal2526245011133132510
Binary10101101101010010101001101101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151614; }

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

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

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

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

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

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

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

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