#14301F

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

Shades of Deep Fir #14301F

Tints of Deep Fir #14301F

Color information

#14301F (or 0x14301F) is unknown color: approx Deep Fir. HEX triplet: 14, 30 and 1F. RGB value is (20,48,31). Sum of RGB (Red+Green+Blue) = 20+48+31=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #14301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14301F is #EBCFE0. Grayscale: #252525. Windows color (decimal): -15454177 or 2043924. OLE color: 2043924.

HSL color Cylindrical-coordinate representation of color #14301F: hue angle of 143.57º 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 #14301F is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB204831-
CMYK0.5800.350.81
HSL143.57º41.18%13.33%-
HSV(B)143.57º58.33%18.82%-
XYZ1.592.361.67-
YUV37.69124.22115.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=20.20%
G=48.48%
B=31.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048310.5800.350.81143.5741.1813.33
Hex14301F3A023519029d
Octal246037720431212205115
Binary101001100001111111101001000111010001100100001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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