#11391E

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

Shades of Deep Fir #11391E

Tints of Deep Fir #11391E

Color information

#11391E (or 0x11391E) is unknown color: approx Deep Fir. HEX triplet: 11, 39 and 1E. RGB value is (17,57,30). Sum of RGB (Red+Green+Blue) = 17+57+30=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #11391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11391E is #EEC6E1. Grayscale: #2A2A2A. Windows color (decimal): -15648482 or 1980689. OLE color: 1980689.

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

Color convert

RGB175730-
CMYK0.7000.470.78
HSL139.5º54.05%14.51%-
HSV(B)139.5º70.18%22.35%-
XYZ1.933.141.73-
YUV41.96121.25110.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=16.35%
G=54.81%
B=28.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757300.7000.470.78139.554.0514.51
Hex11391E4602F4E8c36f
Octal2171361060571162146617
Binary1000111100111110100011001011111001110100011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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