Html Css Color HEX #091403 Pine Tree

📋 copy color: '#091403'

red 9 ◦ green 20 ◦ blue 3

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

Shades of Pine Tree #091403

Tints of Pine Tree #091403

RGB

 RED value IS 9 (3.91% from 255) = 28.13%

 GREEN value IS 20 (8.2% from 255) = 62.5%

 BLUE value IS 3 (1.56% from 255) = 9.38%

R = 28.13%
G = 62.5%
B = 9.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 9 20 3 -
CMYK 0.55 0 0.85 0.92
HSL 98.82º 0.74% 0.05% -
HSV(B) 98.82º 0.85% 0.08% -
XYZ 0.38 0.56 0.18 -
YUV 14.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 9 20 3 0.55 0 0.85 0.92 98.82 0.74 0.05
Hex 9 14 3 37 0 55 5C 63 4A 5
Octal 11 24 3 67 0 125 134 143 112 5
Binary 1001 10100 11 110111 0 1010101 1011100 1100011 1001010 101

Color Harmonies of #091403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091403

Black with #091403

Text Example


Text Example

White with #091403

Text Example


Text Example

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