#11391D

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

Shades of Deep Fir #11391D

Tints of Deep Fir #11391D

Color information

#11391D (or 0x11391D) is unknown color: approx Deep Fir. HEX triplet: 11, 39 and 1D. RGB value is (17,57,29). Sum of RGB (Red+Green+Blue) = 17+57+29=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #11391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11391D is #EEC6E2. Grayscale: #292929. Windows color (decimal): -15648483 or 1915153. OLE color: 1915153.

HSL color Cylindrical-coordinate representation of color #11391D: hue angle of 138º 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 #11391D is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB175729-
CMYK0.7000.490.78
HSL138º54.05%14.51%-
HSV(B)138º70.18%22.35%-
XYZ1.923.131.67-
YUV41.85120.75110.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=16.50%
G=55.34%
B=28.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757290.7000.490.7813854.0514.51
Hex11391D460314E8a36f
Octal2171351060611162126617
Binary1000111100111101100011001100011001110100010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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