#131512

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

Shades of Pine Tree #131512

Tints of Pine Tree #131512

Color information

#131512 (or 0x131512) is unknown color: approx Pine Tree. HEX triplet: 13, 15 and 12. RGB value is (19,21,18). Sum of RGB (Red+Green+Blue) = 19+21+18=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 21 - color contains mainly: green. Hex color #131512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131512 is #ECEAED. Grayscale: #141414. Windows color (decimal): -15526638 or 1185043. OLE color: 1185043.

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

Color convert

RGB192118-
CMYK0.1000.140.92
HSL100º7.69%7.65%-
HSV(B)100º14.29%8.24%-
XYZ0.650.720.68-
YUV20.06126.84127.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=32.76%
G=36.21%
B=31.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1921180.1000.140.921007.697.65
Hex131512A0E5C6488
Octal232522120161341441010
Binary1001110101100101010011101011100110010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131512; }

 p { color: rgb(19,21,18); }

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

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

 a { background-color: rgb(19,21,18); }

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

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

 span { border-color: rgb(19,21,18); }

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