#0B1100

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

Shades of Pine Tree #0B1100

Tints of Pine Tree #0B1100

Color information

#0B1100 (or 0x0B1100) is unknown color: approx Pine Tree. HEX triplet: 0B, 11 and 00. RGB value is (11,17,0). Sum of RGB (Red+Green+Blue) = 11+17+0=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #0B1100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1100 is #F4EEFF. Grayscale: #0D0D0D. Windows color (decimal): -16051968 or 4363. OLE color: 4363.

HSL color Cylindrical-coordinate representation of color #0B1100: hue angle of 81.18º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B1100 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB11170-
CMYK0.35010.93
HSL81.18º100%3.33%-
HSV(B)81.18º100%6.67%-
XYZ0.340.470.07-
YUV13.27120.51126.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 39.29%
GREEN value IS 17 (7.03% from 255) = 60.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.29%
G=60.71%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal111700.35010.9381.181003.33
HexB110230645D51643
Octal132104301441351211443
Binary10111000101000110110010010111011010001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,17,0); }

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

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

 a { background-color: rgb(11,17,0); }

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

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

 span { border-color: rgb(11,17,0); }

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