Html Css Color HEX #091303 Pine Tree

📋 copy color: '#091303'

red 9 ◦ green 19 ◦ blue 3

#091303
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #091303

Tints of Pine Tree #091303

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 value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#091303 (or 0x091303) is known color: 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

RGB 9 19 3 -
CMYK 0.53 0 0.84 0.93
HSL 97.5º 0.73% 0.04% -
HSV(B) 97.5º 0.84% 0.07% -
XYZ 0.36 0.53 0.17 -
YUV 14.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 9 19 3 0.53 0 0.84 0.93 97.5 0.73 0.04
Hex 9 13 3 35 0 54 5D 62 49 4
Octal 11 23 3 65 0 124 135 142 111 4
Binary 1001 10011 11 110101 0 1010100 1011101 1100010 1001001 100

Color Harmonies of #091303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091303

Black with #091303

Text Example


Text Example

White with #091303

Text Example


Text Example

HTML Codes & Css Web 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>