#0B0F07

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

Shades of Pine Tree #0B0F07

Tints of Pine Tree #0B0F07

Color information

#0B0F07 (or 0x0B0F07) is unknown color: approx Pine Tree. HEX triplet: 0B, 0F and 07. RGB value is (11,15,7). Sum of RGB (Red+Green+Blue) = 11+15+7=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #0B0F07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0F07 is #F4F0F8. Grayscale: #0C0C0C. Windows color (decimal): -16052473 or 462603. OLE color: 462603.

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

Color convert

RGB11157-
CMYK0.2700.530.94
HSL90º36.36%4.31%-
HSV(B)90º53.33%5.88%-
XYZ0.350.430.27-
YUV12.89124.67126.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 45.45%
BLUE value IS 7 (3.12% from 255) = 21.21%
R=33.33%
G=45.45%
B=21.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal111570.2700.530.949036.364.31
HexBF71B0355E5a244
Octal1317733065136132444
Binary1011111111111011011010110111101011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,15,7); }

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

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

 a { background-color: rgb(11,15,7); }

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

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

 span { border-color: rgb(11,15,7); }

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