#14311F

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

Shades of Deep Fir #14311F

Tints of Deep Fir #14311F

Color information

#14311F (or 0x14311F) is unknown color: approx Deep Fir. HEX triplet: 14, 31 and 1F. RGB value is (20,49,31). Sum of RGB (Red+Green+Blue) = 20+49+31=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #14311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311F is #EBCEE0. Grayscale: #262626. Windows color (decimal): -15453921 or 2044180. OLE color: 2044180.

HSL color Cylindrical-coordinate representation of color #14311F: hue angle of 142.76º 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 #14311F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB204931-
CMYK0.5900.370.81
HSL142.76º42.03%13.53%-
HSV(B)142.76º59.18%19.22%-
XYZ1.632.441.68-
YUV38.28123.89114.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 31 (12.5% from 255) = 31%
R=20%
G=49%
B=31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049310.5900.370.81142.7642.0313.53
Hex14311F3B025518f2ae
Octal246137730451212175216
Binary101001100011111111101101001011010001100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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