#16331E

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

Shades of Deep Fir #16331E

Tints of Deep Fir #16331E

Color information

#16331E (or 0x16331E) is unknown color: approx Deep Fir. HEX triplet: 16, 33 and 1E. RGB value is (22,51,30). Sum of RGB (Red+Green+Blue) = 22+51+30=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #16331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16331E is #E9CCE1. Grayscale: #272727. Windows color (decimal): -15322338 or 1979158. OLE color: 1979158.

HSL color Cylindrical-coordinate representation of color #16331E: hue angle of 136.55º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #16331E is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB225130-
CMYK0.5700.410.8
HSL136.55º39.73%14.31%-
HSV(B)136.55º56.86%20%-
XYZ1.752.631.64-
YUV39.94122.39115.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=21.36%
G=49.51%
B=29.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251300.5700.410.8136.5539.7314.31
Hex16331E39029508928e
Octal266336710511202115016
Binary101101100111111011100101010011010000100010011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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