#11190B

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

Shades of Pine Tree #11190B

Tints of Pine Tree #11190B

Color information

#11190B (or 0x11190B) is unknown color: approx Pine Tree. HEX triplet: 11, 19 and 0B. RGB value is (17,25,11). Sum of RGB (Red+Green+Blue) = 17+25+11=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #11190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11190B is #EEE6F4. Grayscale: #151515. Windows color (decimal): -15656693 or 727313. OLE color: 727313.

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

Color convert

RGB172511-
CMYK0.3200.560.90
HSL94.29º38.89%7.06%-
HSV(B)94.29º56%9.8%-
XYZ0.640.840.44-
YUV21.01122.35125.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 25 (10.16% from 255) = 47.17%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=32.08%
G=47.17%
B=20.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1725110.3200.560.9094.2938.897.06
Hex1119B200385A5e277
Octal21311340070132136477
Binary10001110011011100000011100010110101011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11190B; }

 p { color: rgb(17,25,11); }

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

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

 a { background-color: rgb(17,25,11); }

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

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

 span { border-color: rgb(17,25,11); }

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