#0B1300

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

Shades of Pine Tree #0B1300

Tints of Pine Tree #0B1300

Color information

#0B1300 (or 0x0B1300) is unknown color: approx Pine Tree. HEX triplet: 0B, 13 and 00. RGB value is (11,19,0). Sum of RGB (Red+Green+Blue) = 11+19+0=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1300 is #F4ECFF. Grayscale: #0E0E0E. Windows color (decimal): -16051456 or 4875. OLE color: 4875.

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

Color convert

RGB11190-
CMYK0.42010.93
HSL85.26º100%3.73%-
HSV(B)85.26º100%7.45%-
XYZ0.370.540.08-
YUV14.44119.85125.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 36.67%
GREEN value IS 19 (7.81% from 255) = 63.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.67%
G=63.33%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal111900.42010.9385.261003.73
HexB1302A0645D55644
Octal132305201441351251444
Binary101110011010101001100100101110110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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