#0B1103

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

Shades of Pine Tree #0B1103

Tints of Pine Tree #0B1103

Color information

#0B1103 (or 0x0B1103) is unknown color: approx Pine Tree. HEX triplet: 0B, 11 and 03. RGB value is (11,17,3). Sum of RGB (Red+Green+Blue) = 11+17+3=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #0B1103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1103 is #F4EEFC. Grayscale: #0D0D0D. Windows color (decimal): -16051965 or 200971. OLE color: 200971.

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

Color convert

RGB11173-
CMYK0.3500.820.93
HSL85.71º70%3.92%-
HSV(B)85.71º82.35%6.67%-
XYZ0.350.480.16-
YUV13.61122.01126.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 35.48%
GREEN value IS 17 (7.03% from 255) = 54.84%
BLUE value IS 3 (1.56% from 255) = 9.68%
R=35.48%
G=54.84%
B=9.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal111730.3500.820.9385.71703.92
HexB113230525D56464
Octal132134301221351261064
Binary1011100011110001101010010101110110101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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