#14301C

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

Shades of Deep Fir #14301C

Tints of Deep Fir #14301C

Color information

#14301C (or 0x14301C) is unknown color: approx Deep Fir. HEX triplet: 14, 30 and 1C. RGB value is (20,48,28). Sum of RGB (Red+Green+Blue) = 20+48+28=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #14301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14301C is #EBCFE3. Grayscale: #252525. Windows color (decimal): -15454180 or 1847316. OLE color: 1847316.

HSL color Cylindrical-coordinate representation of color #14301C: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14301C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB204828-
CMYK0.5800.420.81
HSL137.14º41.18%13.33%-
HSV(B)137.14º58.33%18.82%-
XYZ1.562.351.47-
YUV37.35122.72115.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=20.83%
G=50%
B=29.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048280.5800.420.81137.1441.1813.33
Hex14301C3A02A518929d
Octal246034720521212115115
Binary101001100001110011101001010101010001100010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14301C; }

 p { color: rgb(20,48,28); }

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

<style>
 a { background-color: #14301C; }

 a { background-color: rgb(20,48,28); }

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

<style>
 span { border-color: #14301C; }

 span { border-color: rgb(20,48,28); }

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