#14311B

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

Shades of Deep Fir #14311B

Tints of Deep Fir #14311B

Color information

#14311B (or 0x14311B) is unknown color: approx Deep Fir. HEX triplet: 14, 31 and 1B. RGB value is (20,49,27). Sum of RGB (Red+Green+Blue) = 20+49+27=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #14311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14311B is #EBCEE4. Grayscale: #252525. Windows color (decimal): -15453925 or 1782036. OLE color: 1782036.

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

Color convert

RGB204927-
CMYK0.5900.450.81
HSL134.48º42.03%13.53%-
HSV(B)134.48º59.18%19.22%-
XYZ1.582.421.42-
YUV37.82121.89115.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=20.83%
G=51.04%
B=28.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049270.5900.450.81134.4842.0313.53
Hex14311B3B02D51862ae
Octal246133730551212065216
Binary101001100011101111101101011011010001100001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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