#14311C

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

Shades of Deep Fir #14311C

Tints of Deep Fir #14311C

Color information

#14311C (or 0x14311C) is unknown color: approx Deep Fir. HEX triplet: 14, 31 and 1C. RGB value is (20,49,28). Sum of RGB (Red+Green+Blue) = 20+49+28=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #14311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311C is #EBCEE3. Grayscale: #252525. Windows color (decimal): -15453924 or 1847572. OLE color: 1847572.

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

Color convert

RGB204928-
CMYK0.5900.430.81
HSL136.55º42.03%13.53%-
HSV(B)136.55º59.18%19.22%-
XYZ1.62.431.48-
YUV37.93122.39115.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 28 (11.33% from 255) = 28.87%
R=20.62%
G=50.52%
B=28.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049280.5900.430.81136.5542.0313.53
Hex14311C3B02B51892ae
Octal246134730531212115216
Binary101001100011110011101101010111010001100010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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