#0F190B

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

Shades of Pine Tree #0F190B

Tints of Pine Tree #0F190B

Color information

#0F190B (or 0x0F190B) is unknown color: approx Pine Tree. HEX triplet: 0F, 19 and 0B. RGB value is (15,25,11). Sum of RGB (Red+Green+Blue) = 15+25+11=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #0F190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F190B is #F0E6F4. Grayscale: #141414. Windows color (decimal): -15787765 or 727311. OLE color: 727311.

HSL color Cylindrical-coordinate representation of color #0F190B: hue angle of 102.86º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F190B is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB152511-
CMYK0.4000.560.90
HSL102.86º38.89%7.06%-
HSV(B)102.86º56%9.8%-
XYZ0.610.820.44-
YUV20.41122.69124.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=29.41%
G=49.02%
B=21.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1525110.4000.560.90102.8638.897.06
HexF19B280385A67277
Octal17311350070132147477
Binary1111110011011101000011100010110101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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