#112122

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

Shades of Swamp #112122

Tints of Swamp #112122

Color information

#112122 (or 0x112122) is unknown color: approx Swamp. HEX triplet: 11, 21 and 22. RGB value is (17,33,34). Sum of RGB (Red+Green+Blue) = 17+33+34=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 34 - color contains mainly: blue. Hex color #112122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112122 is #EEDEDD. Grayscale: #1C1C1C. Windows color (decimal): -15654622 or 2236689. OLE color: 2236689.

HSL color Cylindrical-coordinate representation of color #112122: hue angle of 183.53º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #112122 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB173334-
CMYK0.500.0300.87
HSL183.53º33.33%10%-
HSV(B)183.53º50%13.33%-
XYZ1.061.321.71-
YUV28.33131.2119.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 34 (13.67% from 255) = 40.48%
R=20.24%
G=39.29%
B=40.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1733340.500.0300.87183.5333.3310
Hex112122323057b821a
Octal21414262301272704112
Binary100011000011000101100101101010111101110001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112122; }

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

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

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

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

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

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

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

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