#111F1E

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

Shades of Swamp #111F1E

Tints of Swamp #111F1E

Color information

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

HSL color Cylindrical-coordinate representation of color #111F1E: hue angle of 175.71º 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 #111F1E is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB173130-
CMYK0.4500.030.88
HSL175.71º29.17%9.41%-
HSV(B)175.71º45.16%12.16%-
XYZ0.961.191.41-
YUV26.7129.86121.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731300.4500.030.88175.7129.179.41
Hex111F1E2D0358b01d9
Octal21373655031302603511
Binary100011111111110101101011101100010110000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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