#11411E

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

Shades of Deep Fir #11411E

Tints of Deep Fir #11411E

Color information

#11411E (or 0x11411E) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 1E. RGB value is (17,65,30). Sum of RGB (Red+Green+Blue) = 17+65+30=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #11411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411E is #EEBEE1. Grayscale: #2E2E2E. Windows color (decimal): -15646434 or 1982737. OLE color: 1982737.

HSL color Cylindrical-coordinate representation of color #11411E: hue angle of 136.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11411E is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB176530-
CMYK0.7400.540.75
HSL136.25º58.54%16.08%-
HSV(B)136.25º73.85%25.49%-
XYZ2.363.991.87-
YUV46.66118.6106.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 65 (25.78% from 255) = 58.04%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=15.18%
G=58.04%
B=26.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765300.7400.540.75136.2558.5416.08
Hex11411E4A0364B883b10
Octal21101361120661132107320
Binary100011000001111101001010011011010010111000100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11411E; }

 p { color: rgb(17,65,30); }

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

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

 a { background-color: rgb(17,65,30); }

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

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

 span { border-color: rgb(17,65,30); }

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