#111D1D

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

Shades of Swamp #111D1D

Tints of Swamp #111D1D

Color information

#111D1D (or 0x111D1D) is unknown color: approx Swamp. HEX triplet: 11, 1D and 1D. RGB value is (17,29,29). Sum of RGB (Red+Green+Blue) = 17+29+29=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #111D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D1D is #EEE2E2. Grayscale: #191919. Windows color (decimal): -15655651 or 1907985. OLE color: 1907985.

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

Color convert

RGB172929-
CMYK0.41000.89
HSL180º26.09%9.02%-
HSV(B)180º41.38%11.37%-
XYZ0.891.091.33-
YUV25.41130.02122-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 29 (11.72% from 255) = 38.67%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=22.67%
G=38.67%
B=38.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1729290.41000.8918026.099.02
Hex111D1D290059b41a9
Octal21353551001312643211
Binary10001111011110110100100101100110110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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