#0B1003

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

Shades of Pine Tree #0B1003

Tints of Pine Tree #0B1003

Color information

#0B1003 (or 0x0B1003) is unknown color: approx Pine Tree. HEX triplet: 0B, 10 and 03. RGB value is (11,16,3). Sum of RGB (Red+Green+Blue) = 11+16+3=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 16 (6.64% from 255 or 53.33% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 16 - color contains mainly: green. Hex color #0B1003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1003 is #F4EFFC. Grayscale: #0D0D0D. Windows color (decimal): -16052221 or 200715. OLE color: 200715.

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

Color convert

RGB11163-
CMYK0.3100.810.94
HSL83.08º68.42%3.73%-
HSV(B)83.08º81.25%6.27%-
XYZ0.340.450.15-
YUV13.02122.34126.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 36.67%
GREEN value IS 16 (6.64% from 255) = 53.33%
BLUE value IS 3 (1.56% from 255) = 10%
R=36.67%
G=53.33%
B=10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal111630.3100.810.9483.0868.423.73
HexB1031F0515E53444
Octal132033701211361231044
Binary101110000111111101010001101111010100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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