#163221

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

Shades of Deep Fir #163221

Tints of Deep Fir #163221

Color information

#163221 (or 0x163221) is unknown color: approx Deep Fir. HEX triplet: 16, 32 and 21. RGB value is (22,50,33). Sum of RGB (Red+Green+Blue) = 22+50+33=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #163221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163221 is #E9CDDE. Grayscale: #272727. Windows color (decimal): -15322591 or 2175510. OLE color: 2175510.

HSL color Cylindrical-coordinate representation of color #163221: hue angle of 143.57º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163221 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB225033-
CMYK0.5600.340.80
HSL143.57º38.89%14.12%-
HSV(B)143.57º56%19.61%-
XYZ1.752.561.84-
YUV39.69124.22115.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=20.95%
G=47.62%
B=31.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250330.5600.340.80143.5738.8914.12
Hex16322138022509027e
Octal266241700421202204716
Binary1011011001010000111100001000101010000100100001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163221; }

 p { color: rgb(22,50,33); }

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

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

 a { background-color: rgb(22,50,33); }

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

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

 span { border-color: rgb(22,50,33); }

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