Html Css Color HEX #091102 Pine Tree

📋 copy color: '#091102'

red 9 ◦ green 17 ◦ blue 2

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

Shades of Pine Tree #091102

Tints of Pine Tree #091102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 60.71%

 BLUE value IS 2 (1.17% from 255) = 7.14%

R = 32.14%
G = 60.71%
B = 7.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.93

RGB Variations

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

Color information

#091102 (or 0x091102) is known color: Pine Tree. HEX triplet: 09, 11 and 02. RGB value is (9,17,2). Sum of RGB (Red+Green+Blue) = 9+17+2=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #091102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091102 is #F6EEFD. Grayscale: #0C0C0C. Windows color (decimal): -16183038 or 135433. OLE color: 135433.

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

Color convert

RGB 9 17 2 -
CMYK 0.47 0 0.88 0.93
HSL 92º 0.79% 0.04% -
HSV(B) 92º 0.88% 0.07% -
XYZ 0.32 0.46 0.13 -
YUV 12.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 9 17 2 0.47 0 0.88 0.93 92 0.79 0.04
Hex 9 11 2 2F 0 58 5D 5C 4F 4
Octal 11 21 2 57 0 130 135 134 117 4
Binary 1001 10001 10 101111 0 1011000 1011101 1011100 1001111 100

Color Harmonies of #091102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091102

Black with #091102

Text Example


Text Example

White with #091102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091102; }

 p { color: rgb(9,17,2); }

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

background-color css

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

 a { background-color: rgb(9,17,2); }

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

border-color css

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

 span { border-color: rgb(9,17,2); }

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