#0B1008

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

Shades of Pine Tree #0B1008

Tints of Pine Tree #0B1008

Color information

#0B1008 (or 0x0B1008) is unknown color: approx Pine Tree. HEX triplet: 0B, 10 and 08. RGB value is (11,16,8). Sum of RGB (Red+Green+Blue) = 11+16+8=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1008 is #F4EFF7. Grayscale: #0D0D0D. Windows color (decimal): -16052216 or 528395. OLE color: 528395.

HSL color Cylindrical-coordinate representation of color #0B1008: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1008 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB11168-
CMYK0.3100.500.94
HSL97.5º33.33%4.71%-
HSV(B)97.5º50%6.27%-
XYZ0.370.460.3-
YUV13.59124.84126.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 31.43%
GREEN value IS 16 (6.64% from 255) = 45.71%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=31.43%
G=45.71%
B=22.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal111680.3100.500.9497.533.334.71
HexB1081F0325E62215
Octal13201037062136142415
Binary101110000100011111011001010111101100010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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