#11311C

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

Shades of Deep Fir #11311C

Tints of Deep Fir #11311C

Color information

#11311C (or 0x11311C) is unknown color: approx Deep Fir. HEX triplet: 11, 31 and 1C. RGB value is (17,49,28). Sum of RGB (Red+Green+Blue) = 17+49+28=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #11311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11311C is #EECEE3. Grayscale: #252525. Windows color (decimal): -15650532 or 1847569. OLE color: 1847569.

HSL color Cylindrical-coordinate representation of color #11311C: hue angle of 140.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11311C is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB174928-
CMYK0.6500.430.81
HSL140.62º48.48%12.94%-
HSV(B)140.62º65.31%19.22%-
XYZ1.542.41.48-
YUV37.04122.9113.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=18.09%
G=52.13%
B=29.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749280.6500.430.81140.6248.4812.94
Hex11311C4102B518d30d
Octal2161341010531212156015
Binary1000111000111100100000101010111010001100011011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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