#141613

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

Shades of Pine Tree #141613

Tints of Pine Tree #141613

Color information

#141613 (or 0x141613) is unknown color: approx Pine Tree. HEX triplet: 14, 16 and 13. RGB value is (20,22,19). Sum of RGB (Red+Green+Blue) = 20+22+19=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 22 - color contains mainly: green. Hex color #141613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141613 is #EBE9EC. Grayscale: #151515. Windows color (decimal): -15460845 or 1250836. OLE color: 1250836.

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

Color convert

RGB202219-
CMYK0.0900.140.91
HSL100º7.32%8.04%-
HSV(B)100º13.64%8.63%-
XYZ0.690.770.73-
YUV21.06126.84127.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 22 (8.98% from 255) = 36.07%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=32.79%
G=36.07%
B=31.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022190.0900.140.911007.328.04
Hex14161390E5B6478
Octal24262311016133144710
Binary101001011010011100101110101101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141613; }

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

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

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

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

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

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

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

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