#11322F

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

Shades of Swamp #11322F

Tints of Swamp #11322F

Color information

#11322F (or 0x11322F) is unknown color: approx Swamp. HEX triplet: 11, 32 and 2F. RGB value is (17,50,47). Sum of RGB (Red+Green+Blue) = 17+50+47=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #11322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11322F is #EECDD0. Grayscale: #272727. Windows color (decimal): -15650257 or 3093009. OLE color: 3093009.

HSL color Cylindrical-coordinate representation of color #11322F: hue angle of 174.55º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11322F is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB175047-
CMYK0.6600.060.80
HSL174.55º49.25%13.14%-
HSV(B)174.55º66%19.61%-
XYZ1.882.613.09-
YUV39.79132.07111.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=14.91%
G=43.86%
B=41.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750470.6600.060.80174.5549.2513.14
Hex11322F420650af31d
Octal216257102061202576115
Binary10001110010101111100001001101010000101011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11322F; }

 p { color: rgb(17,50,47); }

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

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

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

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

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

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

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