#091403

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

Shades of Pine Tree #091403

Tints of Pine Tree #091403

Color information

#091403 (or 0x091403) is unknown color: approx Pine Tree. HEX triplet: 09, 14 and 03. RGB value is (9,20,3). Sum of RGB (Red+Green+Blue) = 9+20+3=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #091403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091403 is #F6EBFC. Grayscale: #0E0E0E. Windows color (decimal): -16182269 or 201737. OLE color: 201737.

HSL color Cylindrical-coordinate representation of color #091403: hue angle of 98.82º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #091403 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB9203-
CMYK0.5500.850.92
HSL98.82º73.91%4.51%-
HSV(B)98.82º85%7.84%-
XYZ0.380.560.18-
YUV14.77121.36123.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 28.12%
GREEN value IS 20 (8.20% from 255) = 62.5%
BLUE value IS 3 (1.56% from 255) = 9.38%
R=28.12%
G=62.5%
B=9.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal92030.5500.850.9298.8273.914.51
Hex9143370555C634a5
Octal112436701251341431125
Binary1001101001111011101010101101110011000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091403; }

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

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

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

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

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

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

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

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