#11292C

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

Shades of Swamp #11292C

Tints of Swamp #11292C

Color information

#11292C (or 0x11292C) is unknown color: approx Swamp. HEX triplet: 11, 29 and 2C. RGB value is (17,41,44). Sum of RGB (Red+Green+Blue) = 17+41+44=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #11292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11292C is #EED6D3. Grayscale: #222222. Windows color (decimal): -15652564 or 2894097. OLE color: 2894097.

HSL color Cylindrical-coordinate representation of color #11292C: hue angle of 186.67º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11292C is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB174144-
CMYK0.610.0700.83
HSL186.67º44.26%11.96%-
HSV(B)186.67º61.36%17.25%-
XYZ1.481.892.67-
YUV34.17133.55115.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 41 (16.41% from 255) = 40.20%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=16.67%
G=40.20%
B=43.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1741440.610.0700.83186.6744.2611.96
Hex11292C3D7053bb2cc
Octal21515475701232735414
Binary1000110100110110011110111101010011101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11292C; }

 p { color: rgb(17,41,44); }

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

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

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

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

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

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

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