#16321E

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

Shades of Deep Fir #16321E

Tints of Deep Fir #16321E

Color information

#16321E (or 0x16321E) is unknown color: approx Deep Fir. HEX triplet: 16, 32 and 1E. RGB value is (22,50,30). Sum of RGB (Red+Green+Blue) = 22+50+30=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #16321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16321E is #E9CDE1. Grayscale: #272727. Windows color (decimal): -15322594 or 1978902. OLE color: 1978902.

HSL color Cylindrical-coordinate representation of color #16321E: hue angle of 137.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #16321E is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB225030-
CMYK0.5600.400.80
HSL137.14º38.89%14.12%-
HSV(B)137.14º56%19.61%-
XYZ1.712.551.63-
YUV39.35122.72115.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.57%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=21.57%
G=49.02%
B=29.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250300.5600.400.80137.1438.8914.12
Hex16321E38028508927e
Octal266236700501202114716
Binary101101100101111011100001010001010000100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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