#112222

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

Shades of Swamp #112222

Tints of Swamp #112222

Color information

#112222 (or 0x112222) is unknown color: approx Swamp. HEX triplet: 11, 22 and 22. RGB value is (17,34,34). Sum of RGB (Red+Green+Blue) = 17+34+34=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 34 - color contains mainly: green, blue. Hex color #112222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112222 is #EEDDDD. Grayscale: #1C1C1C. Windows color (decimal): -15654366 or 2236945. OLE color: 2236945.

HSL color Cylindrical-coordinate representation of color #112222: hue angle of 180º 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 #112222 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB173434-
CMYK0.50000.87
HSL180º33.33%10%-
HSV(B)180º50%13.33%-
XYZ1.091.381.72-
YUV28.92130.87119.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 34 (13.67% from 255) = 40%
BLUE value IS 34 (13.67% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1734340.50000.8718033.3310
Hex112222320057b421a
Octal21424262001272644112
Binary10001100010100010110010001010111101101001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112222; }

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

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

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

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

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

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

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

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