#0B1407

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

Shades of Pine Tree #0B1407

Tints of Pine Tree #0B1407

Color information

#0B1407 (or 0x0B1407) is unknown color: approx Pine Tree. HEX triplet: 0B, 14 and 07. RGB value is (11,20,7). Sum of RGB (Red+Green+Blue) = 11+20+7=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #0B1407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1407 is #F4EBF8. Grayscale: #0F0F0F. Windows color (decimal): -16051193 or 463883. OLE color: 463883.

HSL color Cylindrical-coordinate representation of color #0B1407: hue angle of 101.54º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1407 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB11207-
CMYK0.4500.650.92
HSL101.54º48.15%5.29%-
HSV(B)101.54º65%7.84%-
XYZ0.430.590.29-
YUV15.83123.02124.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.95%
GREEN value IS 20 (8.20% from 255) = 52.63%
BLUE value IS 7 (3.12% from 255) = 18.42%
R=28.95%
G=52.63%
B=18.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal112070.4500.650.92101.5448.155.29
HexB1472D0415C66305
Octal13247550101134146605
Binary1011101001111011010100000110111001100110110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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