#132120

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

Shades of Swamp #132120

Tints of Swamp #132120

Color information

#132120 (or 0x132120) is unknown color: approx Swamp. HEX triplet: 13, 21 and 20. RGB value is (19,33,32). Sum of RGB (Red+Green+Blue) = 19+33+32=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #132120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132120 is #ECDEDF. Grayscale: #1C1C1C. Windows color (decimal): -15523552 or 2105619. OLE color: 2105619.

HSL color Cylindrical-coordinate representation of color #132120: hue angle of 175.71º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #132120 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB193332-
CMYK0.4200.030.87
HSL175.71º26.92%10.2%-
HSV(B)175.71º42.42%12.94%-
XYZ1.071.331.57-
YUV28.7129.86121.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=22.62%
G=39.29%
B=38.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933320.4200.030.87175.7126.9210.2
Hex1321202A0357b01ba
Octal23414052031272603312
Binary10011100001100000101010011101011110110000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132120; }

 p { color: rgb(19,33,32); }

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

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

 a { background-color: rgb(19,33,32); }

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

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

 span { border-color: rgb(19,33,32); }

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