#11401F

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

Shades of Deep Fir #11401F

Tints of Deep Fir #11401F

Color information

#11401F (or 0x11401F) is unknown color: approx Deep Fir. HEX triplet: 11, 40 and 1F. RGB value is (17,64,31). Sum of RGB (Red+Green+Blue) = 17+64+31=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #11401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11401F is #EEBFE0. Grayscale: #2E2E2E. Windows color (decimal): -15646689 or 2048017. OLE color: 2048017.

HSL color Cylindrical-coordinate representation of color #11401F: hue angle of 137.87º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11401F is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB176431-
CMYK0.7300.520.75
HSL137.87º58.02%15.88%-
HSV(B)137.87º73.44%25.1%-
XYZ2.313.881.92-
YUV46.18119.43107.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=15.18%
G=57.14%
B=27.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764310.7300.520.75137.8758.0215.88
Hex11401F490344B8a3a10
Octal21100371110641132127220
Binary100011000000111111001001011010010010111000101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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