#0B1308

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

Shades of Pine Tree #0B1308

Tints of Pine Tree #0B1308

Color information

#0B1308 (or 0x0B1308) is unknown color: approx Pine Tree. HEX triplet: 0B, 13 and 08. RGB value is (11,19,8). Sum of RGB (Red+Green+Blue) = 11+19+8=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1308 is #F4ECF7. Grayscale: #0F0F0F. Windows color (decimal): -16051448 or 529163. OLE color: 529163.

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

Color convert

RGB11198-
CMYK0.4200.580.93
HSL103.64º40.74%5.29%-
HSV(B)103.64º57.89%7.45%-
XYZ0.410.550.31-
YUV15.35123.85124.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.95%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 21.05%
R=28.95%
G=50%
B=21.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal111980.4200.580.93103.6440.745.29
HexB1382A03A5D68295
Octal13231052072135150515
Binary1011100111000101010011101010111011101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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