Html Css Color HEX #131711 Pine Tree

📋 copy color: '#131711'

red 19 ◦ green 23 ◦ blue 17

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

Shades of Pine Tree #131711

Tints of Pine Tree #131711

RGB

 RED value IS 19 (7.81% from 255) = 32.2%

 GREEN value IS 23 (9.38% from 255) = 38.98%

 BLUE value IS 17 (7.03% from 255) = 28.81%

R = 32.2%
G = 38.98%
B = 28.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#131711 (or 0x131711) is known color: Pine Tree. HEX triplet: 13, 17 and 11. RGB value is (19,23,17). Sum of RGB (Red+Green+Blue) = 19+23+17=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #131711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131711 is #ECE8EE. Grayscale: #151515. Windows color (decimal): -15526127 or 1120019. OLE color: 1120019.

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

Color convert

RGB 19 23 17 -
CMYK 0.17 0 0.26 0.91
HSL 100º 0.15% 0.08% -
HSV(B) 100º 0.26% 0.09% -
XYZ 0.68 0.79 0.65 -
YUV 21.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 19 23 17 0.17 0 0.26 0.91 100 0.15 0.08
Hex 13 17 11 11 0 1A 5B 64 F 8
Octal 23 27 21 21 0 32 133 144 17 10
Binary 10011 10111 10001 10001 0 11010 1011011 1100100 1111 1000

Color Harmonies of #131711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131711

Black with #131711

Text Example


Text Example

White with #131711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131711; }

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

 H1.HeaderClassName
 {
   color: #131711;
 }
 .AnyTagClassName
 {
   color: #131711;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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