#11411F

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

Shades of Deep Fir #11411F

Tints of Deep Fir #11411F

Color information

#11411F (or 0x11411F) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 1F. RGB value is (17,65,31). Sum of RGB (Red+Green+Blue) = 17+65+31=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #11411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411F is #EEBEE0. Grayscale: #2E2E2E. Windows color (decimal): -15646433 or 2048273. OLE color: 2048273.

HSL color Cylindrical-coordinate representation of color #11411F: hue angle of 137.5º 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 #11411F is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB176531-
CMYK0.7400.520.75
HSL137.5º58.54%16.08%-
HSV(B)137.5º73.85%25.49%-
XYZ2.3741.94-
YUV46.77119.1106.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=15.04%
G=57.52%
B=27.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765310.7400.520.75137.558.5416.08
Hex11411F4A0344B8a3b10
Octal21101371120641132127320
Binary100011000001111111001010011010010010111000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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