#091303

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

Shades of Pine Tree #091303

Tints of Pine Tree #091303

Color information

#091303 (or 0x091303) is unknown color: approx Pine Tree. HEX triplet: 09, 13 and 03. RGB value is (9,19,3). Sum of RGB (Red+Green+Blue) = 9+19+3=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #091303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091303 is #F6ECFC. Grayscale: #0E0E0E. Windows color (decimal): -16182525 or 201481. OLE color: 201481.

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

Color convert

RGB9193-
CMYK0.5300.840.93
HSL97.5º72.73%4.31%-
HSV(B)97.5º84.21%7.45%-
XYZ0.360.530.17-
YUV14.19121.69124.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 29.03%
GREEN value IS 19 (7.81% from 255) = 61.29%
BLUE value IS 3 (1.56% from 255) = 9.68%
R=29.03%
G=61.29%
B=9.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91930.5300.840.9397.572.734.31
Hex9133350545D62494
Octal112336501241351421114
Binary1001100111111010101010100101110111000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091303; }

 p { color: rgb(9,19,3); }

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

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

 a { background-color: rgb(9,19,3); }

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

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

 span { border-color: rgb(9,19,3); }

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