#0B1307

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

Shades of Pine Tree #0B1307

Tints of Pine Tree #0B1307

Color information

#0B1307 (or 0x0B1307) is unknown color: approx Pine Tree. HEX triplet: 0B, 13 and 07. RGB value is (11,19,7). Sum of RGB (Red+Green+Blue) = 11+19+7=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1307 is #F4ECF8. Grayscale: #0F0F0F. Windows color (decimal): -16051449 or 463627. OLE color: 463627.

HSL color Cylindrical-coordinate representation of color #0B1307: hue angle of 100º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1307 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB11197-
CMYK0.4200.630.93
HSL100º46.15%5.1%-
HSV(B)100º63.16%7.45%-
XYZ0.410.550.29-
YUV15.24123.35124.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 29.73%
GREEN value IS 19 (7.81% from 255) = 51.35%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=29.73%
G=51.35%
B=18.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal111970.4200.630.9310046.155.1
HexB1372A03F5D642e5
Octal1323752077135144565
Binary101110011111101010011111110111011100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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