Html Css Color HEX #091900 Pine Tree

📋 copy color: '#091900'

red 9 ◦ green 25 ◦ blue 0

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

Shades of Pine Tree #091900

Tints of Pine Tree #091900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.47%
G = 73.53%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#091900 (or 0x091900) is known color: Pine Tree. HEX triplet: 09, 19 and 00. RGB value is (9,25,0). Sum of RGB (Red+Green+Blue) = 9+25+0=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 25 (10.16% from 255 or 73.53% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 25 - color contains mainly: green. Hex color #091900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091900 is #F6E6FF. Grayscale: #111111. Windows color (decimal): -16180992 or 6409. OLE color: 6409.

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

Color convert

RGB 9 25 0 -
CMYK 0.64 0 1 0.90
HSL 98.4º 1% 0.05% -
HSV(B) 98.4º 1% 0.1% -
XYZ 0.46 0.75 0.12 -
YUV 17.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 9 25 0 0.64 0 1 0.90 98.4 1 0.05
Hex 9 19 0 40 0 64 5A 62 64 5
Octal 11 31 0 100 0 144 132 142 144 5
Binary 1001 11001 0 1000000 0 1100100 1011010 1100010 1100100 101

Color Harmonies of #091900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091900

Black with #091900

Text Example


Text Example

White with #091900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091900; }

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

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

background-color css

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

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

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

border-color css

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

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

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