#14331D

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

Shades of Deep Fir #14331D

Tints of Deep Fir #14331D

Color information

#14331D (or 0x14331D) is unknown color: approx Deep Fir. HEX triplet: 14, 33 and 1D. RGB value is (20,51,29). Sum of RGB (Red+Green+Blue) = 20+51+29=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #14331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331D is #EBCCE2. Grayscale: #272727. Windows color (decimal): -15453411 or 1913620. OLE color: 1913620.

HSL color Cylindrical-coordinate representation of color #14331D: hue angle of 137.42º 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 #14331D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB205129-
CMYK0.6100.430.8
HSL137.42º43.66%13.92%-
HSV(B)137.42º60.78%20%-
XYZ1.692.611.58-
YUV39.22122.23114.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 51%
BLUE value IS 29 (11.72% from 255) = 29%
R=20%
G=51%
B=29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051290.6100.430.8137.4243.6613.92
Hex14331D3D02B50892ce
Octal246335750531202115416
Binary101001100111110111110101010111010000100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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