#14281B

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

Shades of Deep Fir #14281B

Tints of Deep Fir #14281B

Color information

#14281B (or 0x14281B) is unknown color: approx Deep Fir. HEX triplet: 14, 28 and 1B. RGB value is (20,40,27). Sum of RGB (Red+Green+Blue) = 20+40+27=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #14281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14281B is #EBD7E4. Grayscale: #202020. Windows color (decimal): -15456229 or 1779732. OLE color: 1779732.

HSL color Cylindrical-coordinate representation of color #14281B: hue angle of 141º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14281B is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB204027-
CMYK0.500.330.84
HSL141º33.33%11.76%-
HSV(B)141º50%15.69%-
XYZ1.251.751.31-
YUV32.54124.87119.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 40 (16.02% from 255) = 45.98%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=22.99%
G=45.98%
B=31.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040270.500.330.8414133.3311.76
Hex14281B32021548d21c
Octal245033620411242154114
Binary101001010001101111001001000011010100100011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14281B; }

 p { color: rgb(20,40,27); }

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

<style>
 a { background-color: #14281B; }

 a { background-color: rgb(20,40,27); }

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

<style>
 span { border-color: #14281B; }

 span { border-color: rgb(20,40,27); }

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