#093111

Color #093111 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #093111

Tints of Deep Fir #093111

Color information

#093111 (or 0x093111) is unknown color: approx Deep Fir. HEX triplet: 09, 31 and 11. RGB value is (9,49,17). Sum of RGB (Red+Green+Blue) = 9+49+17=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #093111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093111 is #F6CEEE. Grayscale: #212121. Windows color (decimal): -16174831 or 1126665. OLE color: 1126665.

HSL color Cylindrical-coordinate representation of color #093111: hue angle of 132º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093111 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB94917-
CMYK0.8200.650.81
HSL132º68.97%11.37%-
HSV(B)132º81.63%19.22%-
XYZ1.312.30.9-
YUV33.39118.75110.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12%
GREEN value IS 49 (19.53% from 255) = 65.33%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=12%
G=65.33%
B=22.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949170.8200.650.8113268.9711.37
Hex9311152041518445b
Octal116121122010112120410513
Binary10011100011000110100100100000110100011000010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093111; }

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

 H1.HeaderClassName
 {
   color: #093111;
 }
 .AnyTagClassName
 {
   color: #093111;
 }
</style>
background-color css

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

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

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

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

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

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