#14291B

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

Shades of Deep Fir #14291B

Tints of Deep Fir #14291B

Color information

#14291B (or 0x14291B) is unknown color: approx Deep Fir. HEX triplet: 14, 29 and 1B. RGB value is (20,41,27). Sum of RGB (Red+Green+Blue) = 20+41+27=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 41 - color contains mainly: green. Hex color #14291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14291B is #EBD6E4. Grayscale: #212121. Windows color (decimal): -15455973 or 1779988. OLE color: 1779988.

HSL color Cylindrical-coordinate representation of color #14291B: hue angle of 140º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #14291B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB204127-
CMYK0.5100.340.84
HSL140º34.43%11.96%-
HSV(B)140º51.22%16.08%-
XYZ1.281.811.32-
YUV33.12124.54118.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 41 (16.41% from 255) = 46.59%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=22.73%
G=46.59%
B=30.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041270.5100.340.8414034.4311.96
Hex14291B33022548c22c
Octal245133630421242144214
Binary101001010011101111001101000101010100100011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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