#0B0F04

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

Shades of Pine Tree #0B0F04

Tints of Pine Tree #0B0F04

Color information

#0B0F04 (or 0x0B0F04) is unknown color: approx Pine Tree. HEX triplet: 0B, 0F and 04. RGB value is (11,15,4). Sum of RGB (Red+Green+Blue) = 11+15+4=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #0B0F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0F04 is #F4F0FB. Grayscale: #0C0C0C. Windows color (decimal): -16052476 or 265995. OLE color: 265995.

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

Color convert

RGB11154-
CMYK0.2700.730.94
HSL81.82º57.89%3.73%-
HSV(B)81.82º73.33%5.88%-
XYZ0.330.420.18-
YUV12.55123.17126.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 36.67%
GREEN value IS 15 (6.25% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=36.67%
G=50%
B=13.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal111540.2700.730.9481.8257.893.73
HexBF41B0495E523a4
Octal13174330111136122724
Binary10111111100110110100100110111101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,15,4); }

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

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

 a { background-color: rgb(11,15,4); }

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

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

 span { border-color: rgb(11,15,4); }

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