#131412

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

Shades of Pine Tree #131412

Tints of Pine Tree #131412

Color information

#131412 (or 0x131412) is unknown color: approx Pine Tree. HEX triplet: 13, 14 and 12. RGB value is (19,20,18). Sum of RGB (Red+Green+Blue) = 19+20+18=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 20 - color contains mainly: green. Hex color #131412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131412 is #ECEBED. Grayscale: #131313. Windows color (decimal): -15526894 or 1184787. OLE color: 1184787.

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

Color convert

RGB192018-
CMYK0.0500.100.92
HSL90º5.26%7.45%-
HSV(B)90º10%7.84%-
XYZ0.630.680.67-
YUV19.47127.17127.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=33.33%
G=35.09%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1920180.0500.100.92905.267.45
Hex13141250A5C5a57
Octal232422501213413257
Binary1001110100100101010101010111001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131412; }

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

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

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

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

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

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

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

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