#0B1009

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

Shades of Pine Tree #0B1009

Tints of Pine Tree #0B1009

Color information

#0B1009 (or 0x0B1009) is unknown color: approx Pine Tree. HEX triplet: 0B, 10 and 09. RGB value is (11,16,9). Sum of RGB (Red+Green+Blue) = 11+16+9=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1009 is #F4EFF6. Grayscale: #0D0D0D. Windows color (decimal): -16052215 or 593931. OLE color: 593931.

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

Color convert

RGB11169-
CMYK0.3100.440.94
HSL102.86º28%4.9%-
HSV(B)102.86º43.75%6.27%-
XYZ0.370.460.33-
YUV13.71125.34126.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 30.56%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 9 (3.91% from 255) = 25%
R=30.56%
G=44.44%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal111690.3100.440.94102.86284.9
HexB1091F02C5E671c5
Octal13201137054136147345
Binary10111000010011111101011001011110110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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