#0B1005

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

Shades of Pine Tree #0B1005

Tints of Pine Tree #0B1005

Color information

#0B1005 (or 0x0B1005) is unknown color: approx Pine Tree. HEX triplet: 0B, 10 and 05. RGB value is (11,16,5). Sum of RGB (Red+Green+Blue) = 11+16+5=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1005 is #F4EFFA. Grayscale: #0D0D0D. Windows color (decimal): -16052219 or 331787. OLE color: 331787.

HSL color Cylindrical-coordinate representation of color #0B1005: hue angle of 87.27º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B1005 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB11165-
CMYK0.3100.690.94
HSL87.27º52.38%4.12%-
HSV(B)87.27º68.75%6.27%-
XYZ0.350.450.21-
YUV13.25123.34126.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 34.38%
GREEN value IS 16 (6.64% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=34.38%
G=50%
B=15.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal111650.3100.690.9487.2752.384.12
HexB1051F0455E57344
Octal13205370105136127644
Binary101110000101111110100010110111101010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1005; }

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

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

<style>
 a { background-color: #0B1005; }

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

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

<style>
 span { border-color: #0B1005; }

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

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