#13190D

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

Shades of Pine Tree #13190D

Tints of Pine Tree #13190D

Color information

#13190D (or 0x13190D) is unknown color: approx Pine Tree. HEX triplet: 13, 19 and 0D. RGB value is (19,25,13). Sum of RGB (Red+Green+Blue) = 19+25+13=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #13190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13190D is #ECE6F2. Grayscale: #151515. Windows color (decimal): -15525619 or 858387. OLE color: 858387.

HSL color Cylindrical-coordinate representation of color #13190D: hue angle of 90º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #13190D is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB192513-
CMYK0.2400.480.90
HSL90º31.58%7.45%-
HSV(B)90º48%9.8%-
XYZ0.690.860.51-
YUV21.84123.01125.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=33.33%
G=43.86%
B=22.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925130.2400.480.909031.587.45
Hex1319D180305A5a207
Octal23311530060132132407
Binary1001111001110111000011000010110101011010100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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