Html Css Color HEX #13160D Pine Tree

📋 copy color: '#13160D'

red 19 ◦ green 22 ◦ blue 13

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

Shades of Pine Tree #13160D

Tints of Pine Tree #13160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 40.74%

 BLUE value IS 13 (5.47% from 255) = 24.07%

R = 35.19%
G = 40.74%
B = 24.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.91

RGB Variations

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

Color information

#13160D (or 0x13160D) is known color: Pine Tree. HEX triplet: 13, 16 and 0D. RGB value is (19,22,13). Sum of RGB (Red+Green+Blue) = 19+22+13=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #13160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160D is #ECE9F2. Grayscale: #141414. Windows color (decimal): -15526387 or 857619. OLE color: 857619.

HSL color Cylindrical-coordinate representation of color #13160D: hue angle of 80º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #13160D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 13 -
CMYK 0.14 0 0.41 0.91
HSL 80º 0.26% 0.07% -
HSV(B) 80º 0.41% 0.09% -
XYZ 0.63 0.74 0.49 -
YUV 20.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 19 22 13 0.14 0 0.41 0.91 80 0.26 0.07
Hex 13 16 D E 0 29 5B 50 1A 7
Octal 23 26 15 16 0 51 133 120 32 7
Binary 10011 10110 1101 1110 0 101001 1011011 1010000 11010 111

Color Harmonies of #13160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13160D

Black with #13160D

Text Example


Text Example

White with #13160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13160D; }

 p { color: rgb(19,22,13); }

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

background-color css

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

 a { background-color: rgb(19,22,13); }

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

border-color css

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

 span { border-color: rgb(19,22,13); }

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