#081001

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

Shades of Pine Tree #081001

Tints of Pine Tree #081001

Color information

#081001 (or 0x081001) is unknown color: approx Pine Tree. HEX triplet: 08, 10 and 01. RGB value is (8,16,1). Sum of RGB (Red+Green+Blue) = 8+16+1=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #081001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081001 is #F7EFFE. Grayscale: #0B0B0B. Windows color (decimal): -16248831 or 69640. OLE color: 69640.

HSL color Cylindrical-coordinate representation of color #081001: hue angle of 92º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081001 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.

Color convert

RGB8161-
CMYK0.5000.940.94
HSL92º88.24%3.33%-
HSV(B)92º93.75%6.27%-
XYZ0.290.420.1-
YUV11.9121.85125.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 32%
GREEN value IS 16 (6.64% from 255) = 64%
BLUE value IS 1 (0.78% from 255) = 4%
R=32%
G=64%
B=4%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal81610.5000.940.949288.243.33
Hex81013205E5E5c583
Octal102016201361361341303
Binary10001000011100100101111010111101011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081001; }

 p { color: rgb(8,16,1); }

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

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

 a { background-color: rgb(8,16,1); }

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

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

 span { border-color: rgb(8,16,1); }

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