#13190C

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

Shades of Pine Tree #13190C

Tints of Pine Tree #13190C

Color information

#13190C (or 0x13190C) is unknown color: approx Pine Tree. HEX triplet: 13, 19 and 0C. RGB value is (19,25,12). Sum of RGB (Red+Green+Blue) = 19+25+12=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #13190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13190C is #ECE6F3. Grayscale: #151515. Windows color (decimal): -15525620 or 792851. OLE color: 792851.

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

Color convert

RGB192512-
CMYK0.2400.520.90
HSL87.69º35.14%7.25%-
HSV(B)87.69º52%9.8%-
XYZ0.680.860.48-
YUV21.72122.51126.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=33.93%
G=44.64%
B=21.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925120.2400.520.9087.6935.147.25
Hex1319C180345A58237
Octal23311430064132130437
Binary1001111001110011000011010010110101011000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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