Html Css Color HEX #091201 Pine Tree

📋 copy color: '#091201'

red 9 ◦ green 18 ◦ blue 1

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

Shades of Pine Tree #091201

Tints of Pine Tree #091201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 64.29%

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

R = 32.14%
G = 64.29%
B = 3.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#091201 (or 0x091201) is known color: Pine Tree. HEX triplet: 09, 12 and 01. RGB value is (9,18,1). Sum of RGB (Red+Green+Blue) = 9+18+1=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #091201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091201 is #F6EDFE. Grayscale: #0D0D0D. Windows color (decimal): -16182783 or 70153. OLE color: 70153.

HSL color Cylindrical-coordinate representation of color #091201: hue angle of 91.76º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091201 is Cyan = 0.5, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 18 1 -
CMYK 0.5 0 0.94 0.93
HSL 91.76º 0.89% 0.04% -
HSV(B) 91.76º 0.94% 0.07% -
XYZ 0.33 0.49 0.11 -
YUV 13.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 9 18 1 0.5 0 0.94 0.93 91.76 0.89 0.04
Hex 9 12 1 32 0 5E 5D 5C 59 4
Octal 11 22 1 62 0 136 135 134 131 4
Binary 1001 10010 1 110010 0 1011110 1011101 1011100 1011001 100

Color Harmonies of #091201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091201

Black with #091201

Text Example


Text Example

White with #091201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091201; }

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

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

background-color css

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

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

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

border-color css

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

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

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