Html Css Color HEX #091401 Pine Tree

📋 copy color: '#091401'

red 9 ◦ green 20 ◦ blue 1

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

Shades of Pine Tree #091401

Tints of Pine Tree #091401

RGB

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

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

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

R = 30%
G = 66.67%
B = 3.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#091401 (or 0x091401) is known color: Pine Tree. HEX triplet: 09, 14 and 01. RGB value is (9,20,1). Sum of RGB (Red+Green+Blue) = 9+20+1=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #091401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091401 is #F6EBFE. Grayscale: #0E0E0E. Windows color (decimal): -16182271 or 70665. OLE color: 70665.

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

Color convert

RGB 9 20 1 -
CMYK 0.55 0 0.95 0.92
HSL 94.74º 0.9% 0.04% -
HSV(B) 94.74º 0.95% 0.08% -
XYZ 0.37 0.56 0.12 -
YUV 14.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 9 20 1 0.55 0 0.95 0.92 94.74 0.9 0.04
Hex 9 14 1 37 0 5F 5C 5F 5A 4
Octal 11 24 1 67 0 137 134 137 132 4
Binary 1001 10100 1 110111 0 1011111 1011100 1011111 1011010 100

Color Harmonies of #091401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091401

Black with #091401

Text Example


Text Example

White with #091401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091401; }

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

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

background-color css

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

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

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

border-color css

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

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

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