#14190B

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

Shades of Pine Tree #14190B

Tints of Pine Tree #14190B

Color information

#14190B (or 0x14190B) is unknown color: approx Pine Tree. HEX triplet: 14, 19 and 0B. RGB value is (20,25,11). Sum of RGB (Red+Green+Blue) = 20+25+11=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #14190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190B is #EBE6F4. Grayscale: #151515. Windows color (decimal): -15460085 or 727316. OLE color: 727316.

HSL color Cylindrical-coordinate representation of color #14190B: hue angle of 81.43º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14190B is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB202511-
CMYK0.2000.560.90
HSL81.43º38.89%7.06%-
HSV(B)81.43º56%9.8%-
XYZ0.70.870.45-
YUV21.91121.84126.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=35.71%
G=44.64%
B=19.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025110.2000.560.9081.4338.897.06
Hex1419B140385A51277
Octal24311324070132121477
Binary1010011001101110100011100010110101010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14190B; }

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

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

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

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

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

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

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

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