#111212

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

Shades of Swamp #111212

Tints of Swamp #111212

Color information

#111212 (or 0x111212) is unknown color: approx Swamp. HEX triplet: 11, 12 and 12. RGB value is (17,18,18). Sum of RGB (Red+Green+Blue) = 17+18+18=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #111212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111212 is #EEEDED. Grayscale: #111111. Windows color (decimal): -15658478 or 1184273. OLE color: 1184273.

HSL color Cylindrical-coordinate representation of color #111212: hue angle of 180º degrees, saturation: 0.03, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #111212 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB171818-
CMYK0.06000.93
HSL180º2.86%6.86%-
HSV(B)180º5.56%7.06%-
XYZ0.560.60.66-
YUV17.7128.17127.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=32.08%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1718180.06000.931802.866.86
Hex1112126005Db437
Octal21222260013526437
Binary1000110010100101100010111011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111212; }

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

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

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

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

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

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

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

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