#111414

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

Shades of Swamp #111414

Tints of Swamp #111414

Color information

#111414 (or 0x111414) is unknown color: approx Swamp. HEX triplet: 11, 14 and 14. RGB value is (17,20,20). Sum of RGB (Red+Green+Blue) = 17+20+20=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #111414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111414 is #EEEBEB. Grayscale: #131313. Windows color (decimal): -15657964 or 1315857. OLE color: 1315857.

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

Color convert

RGB172020-
CMYK0.15000.92
HSL180º8.11%7.25%-
HSV(B)180º15%7.84%-
XYZ0.610.670.76-
YUV19.1128.51126.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=29.82%
G=35.09%
B=35.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1720200.15000.921808.117.25
Hex111414F005Cb487
Octal2124241700134264107
Binary1000110100101001111001011100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111414; }

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

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

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

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

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

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

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

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