#0B0D09

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

Shades of Pine Tree #0B0D09

Tints of Pine Tree #0B0D09

Color information

#0B0D09 (or 0x0B0D09) is unknown color: approx Pine Tree. HEX triplet: 0B, 0D and 09. RGB value is (11,13,9). Sum of RGB (Red+Green+Blue) = 11+13+9=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 13 - color contains mainly: green. Hex color #0B0D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D09 is #F4F2F6. Grayscale: #0B0B0B. Windows color (decimal): -16052983 or 593163. OLE color: 593163.

HSL color Cylindrical-coordinate representation of color #0B0D09: hue angle of 90º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0B0D09 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.

Color convert

RGB11139-
CMYK0.1500.310.95
HSL90º18.18%4.31%-
HSV(B)90º30.77%5.1%-
XYZ0.330.380.31-
YUV11.95126.34127.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 39.39%
BLUE value IS 9 (3.91% from 255) = 27.27%
R=33.33%
G=39.39%
B=27.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal111390.1500.310.959018.184.31
HexBD9F01F5F5a124
Octal13151117037137132224
Binary10111101100111110111111011111101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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