#14381C

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

Shades of Deep Fir #14381C

Tints of Deep Fir #14381C

Color information

#14381C (or 0x14381C) is unknown color: approx Deep Fir. HEX triplet: 14, 38 and 1C. RGB value is (20,56,28). Sum of RGB (Red+Green+Blue) = 20+56+28=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #14381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14381C is #EBC7E3. Grayscale: #2A2A2A. Windows color (decimal): -15452132 or 1849364. OLE color: 1849364.

HSL color Cylindrical-coordinate representation of color #14381C: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14381C is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB205628-
CMYK0.6400.500.78
HSL133.33º47.37%14.9%-
HSV(B)133.33º64.29%21.96%-
XYZ1.913.061.59-
YUV42.04120.07112.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=19.23%
G=53.85%
B=26.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056280.6400.500.78133.3347.3714.9
Hex14381C400324E852ff
Octal2470341000621162055717
Binary1010011100011100100000001100101001110100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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