#16381D

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

Shades of Deep Fir #16381D

Tints of Deep Fir #16381D

Color information

#16381D (or 0x16381D) is unknown color: approx Deep Fir. HEX triplet: 16, 38 and 1D. RGB value is (22,56,29). Sum of RGB (Red+Green+Blue) = 22+56+29=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #16381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16381D is #E9C7E2. Grayscale: #2A2A2A. Windows color (decimal): -15321059 or 1914902. OLE color: 1914902.

HSL color Cylindrical-coordinate representation of color #16381D: hue angle of 132.35º 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 #16381D is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB225629-
CMYK0.6100.480.78
HSL132.35º43.59%15.29%-
HSV(B)132.35º60.71%21.96%-
XYZ1.973.091.65-
YUV42.76120.24113.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 56 (22.27% from 255) = 52.34%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=20.56%
G=52.34%
B=27.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256290.6100.480.78132.3543.5915.29
Hex16381D3D0304E842cf
Octal267035750601162045417
Binary101101110001110111110101100001001110100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16381D; }

 p { color: rgb(22,56,29); }

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

<style>
 a { background-color: #16381D; }

 a { background-color: rgb(22,56,29); }

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

<style>
 span { border-color: #16381D; }

 span { border-color: rgb(22,56,29); }

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