#11411A

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

Shades of Deep Fir #11411A

Tints of Deep Fir #11411A

Color information

#11411A (or 0x11411A) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 1A. RGB value is (17,65,26). Sum of RGB (Red+Green+Blue) = 17+65+26=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #11411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411A is #EEBEE5. Grayscale: #2E2E2E. Windows color (decimal): -15646438 or 1720593. OLE color: 1720593.

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

Color convert

RGB176526-
CMYK0.7400.600.75
HSL131.25º58.54%16.08%-
HSV(B)131.25º73.85%25.49%-
XYZ2.313.971.62-
YUV46.2116.6107.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=15.74%
G=60.19%
B=24.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765260.7400.600.75131.2558.5416.08
Hex11411A4A03C4B833b10
Octal21101321120741132037320
Binary100011000001110101001010011110010010111000001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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