Html Css Color HEX #091901 Pine Tree

📋 copy color: '#091901'

red 9 ◦ green 25 ◦ blue 1

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

Shades of Pine Tree #091901

Tints of Pine Tree #091901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 71.43%

 BLUE value IS 1 (0.78% from 255) = 2.86%

R = 25.71%
G = 71.43%
B = 2.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.96

 K value IS 0.90

RGB Variations

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

Color information

#091901 (or 0x091901) is known color: Pine Tree. HEX triplet: 09, 19 and 01. RGB value is (9,25,1). Sum of RGB (Red+Green+Blue) = 9+25+1=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 25 (10.16% from 255 or 71.43% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 25 - color contains mainly: green. Hex color #091901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091901 is #F6E6FE. Grayscale: #111111. Windows color (decimal): -16180991 or 71945. OLE color: 71945.

HSL color Cylindrical-coordinate representation of color #091901: hue angle of 100º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091901 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 25 1 -
CMYK 0.64 0 0.96 0.90
HSL 100º 0.92% 0.05% -
HSV(B) 100º 0.96% 0.1% -
XYZ 0.47 0.76 0.15 -
YUV 17.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 9 25 1 0.64 0 0.96 0.90 100 0.92 0.05
Hex 9 19 1 40 0 60 5A 64 5C 5
Octal 11 31 1 100 0 140 132 144 134 5
Binary 1001 11001 1 1000000 0 1100000 1011010 1100100 1011100 101

Color Harmonies of #091901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091901

Black with #091901

Text Example


Text Example

White with #091901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091901; }

 p { color: rgb(9,25,1); }

 H1.HeaderClassName
 {
   color: #091901;
 }
 .AnyTagClassName
 {
   color: #091901;
 }
</style>

background-color css

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

 a { background-color: rgb(9,25,1); }

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

border-color css

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

 span { border-color: rgb(9,25,1); }

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