#16381B

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

Shades of Deep Fir #16381B

Tints of Deep Fir #16381B

Color information

#16381B (or 0x16381B) is unknown color: approx Deep Fir. HEX triplet: 16, 38 and 1B. RGB value is (22,56,27). Sum of RGB (Red+Green+Blue) = 22+56+27=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #16381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16381B is #E9C7E4. Grayscale: #2A2A2A. Windows color (decimal): -15321061 or 1783830. OLE color: 1783830.

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

Color convert

RGB225627-
CMYK0.6100.520.78
HSL128.82º43.59%15.29%-
HSV(B)128.82º60.71%21.96%-
XYZ1.943.081.53-
YUV42.53119.24113.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=20.95%
G=53.33%
B=25.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256270.6100.520.78128.8243.5915.29
Hex16381B3D0344E812cf
Octal267033750641162015417
Binary101101110001101111110101101001001110100000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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