#132020

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

Shades of Swamp #132020

Tints of Swamp #132020

Color information

#132020 (or 0x132020) is unknown color: approx Swamp. HEX triplet: 13, 20 and 20. RGB value is (19,32,32). Sum of RGB (Red+Green+Blue) = 19+32+32=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #132020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132020 is #ECDFDF. Grayscale: #1C1C1C. Windows color (decimal): -15523808 or 2105363. OLE color: 2105363.

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

Color convert

RGB193232-
CMYK0.41000.87
HSL180º25.49%10%-
HSV(B)180º40.62%12.55%-
XYZ1.051.281.56-
YUV28.11130.19121.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=22.89%
G=38.55%
B=38.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932320.41000.8718025.4910
Hex132020290057b419a
Octal23404051001272643112
Binary1001110000010000010100100101011110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132020; }

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

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

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

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

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

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

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

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