#16391B

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

Shades of Deep Fir #16391B

Tints of Deep Fir #16391B

Color information

#16391B (or 0x16391B) is unknown color: approx Deep Fir. HEX triplet: 16, 39 and 1B. RGB value is (22,57,27). Sum of RGB (Red+Green+Blue) = 22+57+27=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #16391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16391B is #E9C6E4. Grayscale: #2B2B2B. Windows color (decimal): -15320805 or 1784086. OLE color: 1784086.

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

Color convert

RGB225727-
CMYK0.6100.530.78
HSL128.57º44.3%15.49%-
HSV(B)128.57º61.4%22.35%-
XYZ1.993.181.54-
YUV43.11118.9112.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=20.75%
G=53.77%
B=25.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257270.6100.530.78128.5744.315.49
Hex16391B3D0354E812cf
Octal267133750651162015417
Binary101101110011101111110101101011001110100000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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