#132021

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

Shades of Swamp #132021

Tints of Swamp #132021

Color information

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

HSL color Cylindrical-coordinate representation of color #132021: hue angle of 184.29º 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 #132021 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB193233-
CMYK0.420.0300.87
HSL184.29º26.92%10.2%-
HSV(B)184.29º42.42%12.94%-
XYZ1.061.281.63-
YUV28.23130.69121.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932330.420.0300.87184.2926.9210.2
Hex1320212A3057b81ba
Octal23404152301272703312
Binary10011100000100001101010110101011110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132021; }

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

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

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

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

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

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

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

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