#112322

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

Shades of Swamp #112322

Tints of Swamp #112322

Color information

#112322 (or 0x112322) is unknown color: approx Swamp. HEX triplet: 11, 23 and 22. RGB value is (17,35,34). Sum of RGB (Red+Green+Blue) = 17+35+34=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 34 (13.67% from 255 or 39.53% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #112322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112322 is #EEDCDD. Grayscale: #1D1D1D. Windows color (decimal): -15654110 or 2237201. OLE color: 2237201.

HSL color Cylindrical-coordinate representation of color #112322: hue angle of 176.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #112322 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB173534-
CMYK0.5100.030.86
HSL176.67º34.62%10.2%-
HSV(B)176.67º51.43%13.73%-
XYZ1.121.441.73-
YUV29.5130.54119.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 34 (13.67% from 255) = 39.53%
R=19.77%
G=40.70%
B=39.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735340.5100.030.86176.6734.6210.2
Hex112322330356b123a
Octal21434263031262614312
Binary100011000111000101100110111010110101100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112322; }

 p { color: rgb(17,35,34); }

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

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

 a { background-color: rgb(17,35,34); }

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

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

 span { border-color: rgb(17,35,34); }

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