Html Css Color HEX #131512 Pine Tree

📋 copy color: '#131512'

red 19 ◦ green 21 ◦ blue 18

#131512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #131512

Tints of Pine Tree #131512

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 value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#131512 (or 0x131512) is known color: 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

RGB 19 21 18 -
CMYK 0.10 0 0.14 0.92
HSL 100º 0.08% 0.08% -
HSV(B) 100º 0.14% 0.08% -
XYZ 0.65 0.72 0.68 -
YUV 20.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 19 21 18 0.10 0 0.14 0.92 100 0.08 0.08
Hex 13 15 12 A 0 E 5C 64 8 8
Octal 23 25 22 12 0 16 134 144 10 10
Binary 10011 10101 10010 1010 0 1110 1011100 1100100 1000 1000

Color Harmonies of #131512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131512

Black with #131512

Text Example


Text Example

White with #131512

Text Example


Text Example

HTML Codes & Css Web 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>