Html Css Color HEX #131709 Pine Tree

📋 copy color: '#131709'

red 19 ◦ green 23 ◦ blue 9

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

Shades of Pine Tree #131709

Tints of Pine Tree #131709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 17.65%

R = 37.25%
G = 45.1%
B = 17.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.91

RGB Variations

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

Color information

#131709 (or 0x131709) is known color: Pine Tree. HEX triplet: 13, 17 and 09. RGB value is (19,23,9). Sum of RGB (Red+Green+Blue) = 19+23+9=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #131709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131709 is #ECE8F6. Grayscale: #141414. Windows color (decimal): -15526135 or 595731. OLE color: 595731.

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

Color convert

RGB 19 23 9 -
CMYK 0.17 0 0.61 0.91
HSL 77.14º 0.44% 0.06% -
HSV(B) 77.14º 0.61% 0.09% -
XYZ 0.62 0.77 0.37 -
YUV 20.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 19 23 9 0.17 0 0.61 0.91 77.14 0.44 0.06
Hex 13 17 9 11 0 3D 5B 4D 2C 6
Octal 23 27 11 21 0 75 133 115 54 6
Binary 10011 10111 1001 10001 0 111101 1011011 1001101 101100 110

Color Harmonies of #131709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131709

Black with #131709

Text Example


Text Example

White with #131709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131709; }

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

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

background-color css

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

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

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

border-color css

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

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

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