#16331F

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

Shades of Deep Fir #16331F

Tints of Deep Fir #16331F

Color information

#16331F (or 0x16331F) is unknown color: approx Deep Fir. HEX triplet: 16, 33 and 1F. RGB value is (22,51,31). Sum of RGB (Red+Green+Blue) = 22+51+31=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #16331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16331F is #E9CCE0. Grayscale: #282828. Windows color (decimal): -15322337 or 2044694. OLE color: 2044694.

HSL color Cylindrical-coordinate representation of color #16331F: hue angle of 138.62º 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 #16331F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB225131-
CMYK0.5700.390.8
HSL138.62º39.73%14.31%-
HSV(B)138.62º56.86%20%-
XYZ1.762.641.71-
YUV40.05122.89115.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=21.15%
G=49.04%
B=29.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251310.5700.390.8138.6239.7314.31
Hex16331F39027508b28e
Octal266337710471202135016
Binary101101100111111111100101001111010000100010111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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