#11391C

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

Shades of Deep Fir #11391C

Tints of Deep Fir #11391C

Color information

#11391C (or 0x11391C) is unknown color: approx Deep Fir. HEX triplet: 11, 39 and 1C. RGB value is (17,57,28). Sum of RGB (Red+Green+Blue) = 17+57+28=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #11391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11391C is #EEC6E3. Grayscale: #292929. Windows color (decimal): -15648484 or 1849617. OLE color: 1849617.

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

Color convert

RGB175728-
CMYK0.7000.510.78
HSL136.5º54.05%14.51%-
HSV(B)136.5º70.18%22.35%-
XYZ1.93.131.6-
YUV41.73120.25110.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=16.67%
G=55.88%
B=27.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757280.7000.510.78136.554.0514.51
Hex11391C460334E8836f
Octal2171341060631162106617
Binary1000111100111100100011001100111001110100010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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