#14341B

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

Shades of Deep Fir #14341B

Tints of Deep Fir #14341B

Color information

#14341B (or 0x14341B) is unknown color: approx Deep Fir. HEX triplet: 14, 34 and 1B. RGB value is (20,52,27). Sum of RGB (Red+Green+Blue) = 20+52+27=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #14341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14341B is #EBCBE4. Grayscale: #272727. Windows color (decimal): -15453157 or 1782804. OLE color: 1782804.

HSL color Cylindrical-coordinate representation of color #14341B: hue angle of 133.12º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14341B is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB205227-
CMYK0.6200.480.80
HSL133.12º44.44%14.12%-
HSV(B)133.12º61.54%20.39%-
XYZ1.712.681.46-
YUV39.58120.9114.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=20.20%
G=52.53%
B=27.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052270.6200.480.80133.1244.4414.12
Hex14341B3E03050852ce
Octal246433760601202055416
Binary101001101001101111111001100001010000100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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