#10130B

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

Shades of Pine Tree #10130B

Tints of Pine Tree #10130B

Color information

#10130B (or 0x10130B) is unknown color: approx Pine Tree. HEX triplet: 10, 13 and 0B. RGB value is (16,19,11). Sum of RGB (Red+Green+Blue) = 16+19+11=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #10130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130B is #EFECF4. Grayscale: #111111. Windows color (decimal): -15723765 or 725776. OLE color: 725776.

HSL color Cylindrical-coordinate representation of color #10130B: hue angle of 82.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #10130B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB161911-
CMYK0.1600.420.93
HSL82.5º26.67%5.88%-
HSV(B)82.5º42.11%7.45%-
XYZ0.510.60.41-
YUV17.19124.51127.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=34.78%
G=41.30%
B=23.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619110.1600.420.9382.526.675.88
Hex1013B1002A5D521b6
Octal20231320052135122336
Binary100001001110111000001010101011101101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,19,11); }

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

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

 a { background-color: rgb(16,19,11); }

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

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

 span { border-color: rgb(16,19,11); }

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