#111E1F

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

Shades of Swamp #111E1F

Tints of Swamp #111E1F

Color information

#111E1F (or 0x111E1F) is unknown color: approx Swamp. HEX triplet: 11, 1E and 1F. RGB value is (17,30,31). Sum of RGB (Red+Green+Blue) = 17+30+31=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #111E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E1F is #EEE1E0. Grayscale: #1A1A1A. Windows color (decimal): -15655393 or 2039313. OLE color: 2039313.

HSL color Cylindrical-coordinate representation of color #111E1F: hue angle of 184.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111E1F is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB173031-
CMYK0.450.0300.88
HSL184.29º29.17%9.41%-
HSV(B)184.29º45.16%12.16%-
XYZ0.941.151.47-
YUV26.23130.69121.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=21.79%
G=38.46%
B=39.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1730310.450.0300.88184.2929.179.41
Hex111E1F2D3058b81d9
Octal21363755301302703511
Binary100011111011111101101110101100010111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,30,31); }

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

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

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

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

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

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

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