#14331B

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

Shades of Deep Fir #14331B

Tints of Deep Fir #14331B

Color information

#14331B (or 0x14331B) is unknown color: approx Deep Fir. HEX triplet: 14, 33 and 1B. RGB value is (20,51,27). Sum of RGB (Red+Green+Blue) = 20+51+27=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #14331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331B is #EBCCE4. Grayscale: #272727. Windows color (decimal): -15453413 or 1782548. OLE color: 1782548.

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

Color convert

RGB205127-
CMYK0.6100.470.8
HSL133.55º43.66%13.92%-
HSV(B)133.55º60.78%20%-
XYZ1.672.61.45-
YUV38.99121.23114.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=20.41%
G=52.04%
B=27.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051270.6100.470.8133.5543.6613.92
Hex14331B3D02F50862ce
Octal246333750571202065416
Binary101001100111101111110101011111010000100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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