#14381B

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

Shades of Deep Fir #14381B

Tints of Deep Fir #14381B

Color information

#14381B (or 0x14381B) is unknown color: approx Deep Fir. HEX triplet: 14, 38 and 1B. RGB value is (20,56,27). Sum of RGB (Red+Green+Blue) = 20+56+27=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #14381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14381B is #EBC7E4. Grayscale: #2A2A2A. Windows color (decimal): -15452133 or 1783828. OLE color: 1783828.

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

Color convert

RGB205627-
CMYK0.6400.520.78
HSL131.67º47.37%14.9%-
HSV(B)131.67º64.29%21.96%-
XYZ1.93.061.53-
YUV41.93119.57112.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=19.42%
G=54.37%
B=26.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056270.6400.520.78131.6747.3714.9
Hex14381B400344E842ff
Octal2470331000641162045717
Binary1010011100011011100000001101001001110100001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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