#0B1302

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

Shades of Pine Tree #0B1302

Tints of Pine Tree #0B1302

Color information

#0B1302 (or 0x0B1302) is unknown color: approx Pine Tree. HEX triplet: 0B, 13 and 02. RGB value is (11,19,2). Sum of RGB (Red+Green+Blue) = 11+19+2=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1302 is #F4ECFD. Grayscale: #0E0E0E. Windows color (decimal): -16051454 or 135947. OLE color: 135947.

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

Color convert

RGB11192-
CMYK0.4200.890.93
HSL88.24º80.95%4.12%-
HSV(B)88.24º89.47%7.45%-
XYZ0.380.540.14-
YUV14.67120.85125.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 34.38%
GREEN value IS 19 (7.81% from 255) = 59.38%
BLUE value IS 2 (1.17% from 255) = 6.25%
R=34.38%
G=59.38%
B=6.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal111920.4200.890.9388.2480.954.12
HexB1322A0595D58514
Octal132325201311351301214
Binary1011100111010101001011001101110110110001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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