#14341E

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

Shades of Deep Fir #14341E

Tints of Deep Fir #14341E

Color information

#14341E (or 0x14341E) is unknown color: approx Deep Fir. HEX triplet: 14, 34 and 1E. RGB value is (20,52,30). Sum of RGB (Red+Green+Blue) = 20+52+30=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #14341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14341E is #EBCBE1. Grayscale: #272727. Windows color (decimal): -15453154 or 1979412. OLE color: 1979412.

HSL color Cylindrical-coordinate representation of color #14341E: hue angle of 138.75º 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 #14341E is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB205230-
CMYK0.6200.420.80
HSL138.75º44.44%14.12%-
HSV(B)138.75º61.54%20.39%-
XYZ1.752.71.66-
YUV39.92122.4113.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=19.61%
G=50.98%
B=29.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052300.6200.420.80138.7544.4414.12
Hex14341E3E02A508b2ce
Octal246436760521202135416
Binary101001101001111011111001010101010000100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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