#132121

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

Shades of Swamp #132121

Tints of Swamp #132121

Color information

#132121 (or 0x132121) is unknown color: approx Swamp. HEX triplet: 13, 21 and 21. RGB value is (19,33,33). Sum of RGB (Red+Green+Blue) = 19+33+33=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #132121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132121 is #ECDEDE. Grayscale: #1C1C1C. Windows color (decimal): -15523551 or 2171155. OLE color: 2171155.

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

Color convert

RGB193333-
CMYK0.42000.87
HSL180º26.92%10.2%-
HSV(B)180º42.42%12.94%-
XYZ1.091.341.64-
YUV28.81130.36121-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=22.35%
G=38.82%
B=38.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933330.42000.8718026.9210.2
Hex1321212A0057b41ba
Octal23414152001272643312
Binary1001110000110000110101000101011110110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132121; }

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

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

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

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

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

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

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

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