#14331E

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

Shades of Deep Fir #14331E

Tints of Deep Fir #14331E

Color information

#14331E (or 0x14331E) is unknown color: approx Deep Fir. HEX triplet: 14, 33 and 1E. RGB value is (20,51,30). Sum of RGB (Red+Green+Blue) = 20+51+30=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #14331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331E is #EBCCE1. Grayscale: #272727. Windows color (decimal): -15453410 or 1979156. OLE color: 1979156.

HSL color Cylindrical-coordinate representation of color #14331E: hue angle of 139.35º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14331E is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB205130-
CMYK0.6100.410.8
HSL139.35º43.66%13.92%-
HSV(B)139.35º60.78%20%-
XYZ1.712.611.64-
YUV39.34122.73114.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=19.80%
G=50.50%
B=29.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051300.6100.410.8139.3543.6613.92
Hex14331E3D029508b2ce
Octal246336750511202135416
Binary101001100111111011110101010011010000100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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