#163031

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

Shades of Swamp #163031

Tints of Swamp #163031

Color information

#163031 (or 0x163031) is unknown color: approx Swamp. HEX triplet: 16, 30 and 31. RGB value is (22,48,49). Sum of RGB (Red+Green+Blue) = 22+48+49=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #163031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163031 is #E9CFCE. Grayscale: #282828. Windows color (decimal): -15323087 or 3223574. OLE color: 3223574.

HSL color Cylindrical-coordinate representation of color #163031: hue angle of 182.22º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #163031 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB224849-
CMYK0.550.0200.81
HSL182.22º38.03%13.92%-
HSV(B)182.22º55.1%19.22%-
XYZ1.942.513.29-
YUV40.34132.89114.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=18.49%
G=40.34%
B=41.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248490.550.0200.81182.2238.0313.92
Hex163031372051b626e
Octal26606167201212664616
Binary101101100001100011101111001010001101101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163031; }

 p { color: rgb(22,48,49); }

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

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

 a { background-color: rgb(22,48,49); }

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

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

 span { border-color: rgb(22,48,49); }

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