#16391E

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

Shades of Deep Fir #16391E

Tints of Deep Fir #16391E

Color information

#16391E (or 0x16391E) is unknown color: approx Deep Fir. HEX triplet: 16, 39 and 1E. RGB value is (22,57,30). Sum of RGB (Red+Green+Blue) = 22+57+30=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #16391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16391E is #E9C6E1. Grayscale: #2B2B2B. Windows color (decimal): -15320802 or 1980694. OLE color: 1980694.

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

Color convert

RGB225730-
CMYK0.6100.470.78
HSL133.71º44.3%15.49%-
HSV(B)133.71º61.4%22.35%-
XYZ2.033.191.74-
YUV43.46120.4112.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 57 (22.66% from 255) = 52.29%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=20.18%
G=52.29%
B=27.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257300.6100.470.78133.7144.315.49
Hex16391E3D02F4E862cf
Octal267136750571162065417
Binary101101110011111011110101011111001110100001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16391E; }

 p { color: rgb(22,57,30); }

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

<style>
 a { background-color: #16391E; }

 a { background-color: rgb(22,57,30); }

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

<style>
 span { border-color: #16391E; }

 span { border-color: rgb(22,57,30); }

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