#111C1C

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

Shades of Swamp #111C1C

Tints of Swamp #111C1C

Color information

#111C1C (or 0x111C1C) is unknown color: approx Swamp. HEX triplet: 11, 1C and 1C. RGB value is (17,28,28). Sum of RGB (Red+Green+Blue) = 17+28+28=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #111C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1C is #EEE3E3. Grayscale: #181818. Windows color (decimal): -15655908 or 1842193. OLE color: 1842193.

HSL color Cylindrical-coordinate representation of color #111C1C: hue angle of 180º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #111C1C is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB172828-
CMYK0.39000.89
HSL180º24.44%8.82%-
HSV(B)180º39.29%10.98%-
XYZ0.861.031.25-
YUV24.71129.86122.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=23.29%
G=38.36%
B=38.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1728280.39000.8918024.448.82
Hex111C1C270059b4189
Octal21343447001312643011
Binary10001111001110010011100101100110110100110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111C1C; }

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

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

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

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

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

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

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

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