#111313

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

Shades of Swamp #111313

Tints of Swamp #111313

Color information

#111313 (or 0x111313) is unknown color: approx Swamp. HEX triplet: 11, 13 and 13. RGB value is (17,19,19). Sum of RGB (Red+Green+Blue) = 17+19+19=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #111313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111313 is #EEECEC. Grayscale: #121212. Windows color (decimal): -15658221 or 1250065. OLE color: 1250065.

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

Color convert

RGB171919-
CMYK0.11000.93
HSL180º5.56%7.06%-
HSV(B)180º10.53%7.45%-
XYZ0.580.630.71-
YUV18.4128.34127-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=30.91%
G=34.55%
B=34.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1719190.11000.931805.567.06
Hex111313B005Db467
Octal212323130013526467
Binary100011001110011101100101110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111313; }

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

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

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

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

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

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

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

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