#14371B

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

Shades of Deep Fir #14371B

Tints of Deep Fir #14371B

Color information

#14371B (or 0x14371B) is unknown color: approx Deep Fir. HEX triplet: 14, 37 and 1B. RGB value is (20,55,27). Sum of RGB (Red+Green+Blue) = 20+55+27=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #14371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14371B is #EBC8E4. Grayscale: #292929. Windows color (decimal): -15452389 or 1783572. OLE color: 1783572.

HSL color Cylindrical-coordinate representation of color #14371B: hue angle of 132º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14371B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB205527-
CMYK0.6400.510.78
HSL132º46.67%14.71%-
HSV(B)132º63.64%21.57%-
XYZ1.852.961.51-
YUV41.34119.9112.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=19.61%
G=53.92%
B=26.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055270.6400.510.7813246.6714.71
Hex14371B400334E842ff
Octal2467331000631162045717
Binary1010011011111011100000001100111001110100001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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