#11391F

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

Shades of Deep Fir #11391F

Tints of Deep Fir #11391F

Color information

#11391F (or 0x11391F) is unknown color: approx Deep Fir. HEX triplet: 11, 39 and 1F. RGB value is (17,57,31). Sum of RGB (Red+Green+Blue) = 17+57+31=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #11391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11391F is #EEC6E0. Grayscale: #2A2A2A. Windows color (decimal): -15648481 or 2046225. OLE color: 2046225.

HSL color Cylindrical-coordinate representation of color #11391F: hue angle of 141º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11391F is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB175731-
CMYK0.7000.460.78
HSL141º54.05%14.51%-
HSV(B)141º70.18%22.35%-
XYZ1.943.141.8-
YUV42.08121.75110.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=16.19%
G=54.29%
B=29.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757310.7000.460.7814154.0514.51
Hex11391F4602E4E8d36f
Octal2171371060561162156617
Binary1000111100111111100011001011101001110100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11391F; }

 p { color: rgb(17,57,31); }

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

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

 a { background-color: rgb(17,57,31); }

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

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

 span { border-color: rgb(17,57,31); }

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