#16311E

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

Shades of Deep Fir #16311E

Tints of Deep Fir #16311E

Color information

#16311E (or 0x16311E) is unknown color: approx Deep Fir. HEX triplet: 16, 31 and 1E. RGB value is (22,49,30). Sum of RGB (Red+Green+Blue) = 22+49+30=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #16311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16311E is #E9CEE1. Grayscale: #262626. Windows color (decimal): -15322850 or 1978646. OLE color: 1978646.

HSL color Cylindrical-coordinate representation of color #16311E: hue angle of 137.78º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16311E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB224930-
CMYK0.5500.390.81
HSL137.78º38.03%13.92%-
HSV(B)137.78º55.1%19.22%-
XYZ1.662.461.62-
YUV38.76123.05116.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 49 (19.53% from 255) = 48.51%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=21.78%
G=48.51%
B=29.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249300.5500.390.81137.7838.0313.92
Hex16311E37027518a26e
Octal266136670471212124616
Binary101101100011111011011101001111010001100010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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