#14381A

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

Shades of Deep Fir #14381A

Tints of Deep Fir #14381A

Color information

#14381A (or 0x14381A) is unknown color: approx Deep Fir. HEX triplet: 14, 38 and 1A. RGB value is (20,56,26). Sum of RGB (Red+Green+Blue) = 20+56+26=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #14381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14381A is #EBC7E5. Grayscale: #292929. Windows color (decimal): -15452134 or 1718292. OLE color: 1718292.

HSL color Cylindrical-coordinate representation of color #14381A: hue angle of 130º 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 #14381A is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB205626-
CMYK0.6400.540.78
HSL130º47.37%14.9%-
HSV(B)130º64.29%21.96%-
XYZ1.893.051.47-
YUV41.82119.07112.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 56 (22.27% from 255) = 54.90%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=19.61%
G=54.90%
B=25.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056260.6400.540.7813047.3714.9
Hex14381A400364E822ff
Octal2470321000661162025717
Binary1010011100011010100000001101101001110100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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