#131611

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

Shades of Pine Tree #131611

Tints of Pine Tree #131611

Color information

#131611 (or 0x131611) is unknown color: approx Pine Tree. HEX triplet: 13, 16 and 11. RGB value is (19,22,17). Sum of RGB (Red+Green+Blue) = 19+22+17=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 22 - color contains mainly: green. Hex color #131611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131611 is #ECE9EE. Grayscale: #141414. Windows color (decimal): -15526383 or 1119763. OLE color: 1119763.

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

Color convert

RGB192217-
CMYK0.1400.230.91
HSL96º12.82%7.65%-
HSV(B)96º22.73%8.63%-
XYZ0.660.750.64-
YUV20.53126.01126.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 22 (8.98% from 255) = 37.93%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=32.76%
G=37.93%
B=29.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922170.1400.230.919612.827.65
Hex131611E0175B60d8
Octal232621160271331401510
Binary10011101101000111100101111011011110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131611; }

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

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

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

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

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

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

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

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