#132B29

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

Shades of Swamp #132B29

Tints of Swamp #132B29

Color information

#132B29 (or 0x132B29) is unknown color: approx Swamp. HEX triplet: 13, 2B and 29. RGB value is (19,43,41). Sum of RGB (Red+Green+Blue) = 19+43+41=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 43 - color contains mainly: green. Hex color #132B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B29 is #ECD4D6. Grayscale: #232323. Windows color (decimal): -15520983 or 2698003. OLE color: 2698003.

HSL color Cylindrical-coordinate representation of color #132B29: hue angle of 175º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B29 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.

Color convert

RGB194341-
CMYK0.5600.050.83
HSL175º38.71%12.16%-
HSV(B)175º55.81%16.86%-
XYZ1.532.032.41-
YUV35.6131.05116.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=18.45%
G=41.75%
B=39.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943410.5600.050.8317538.7112.16
Hex132B29380553af27c
Octal23535170051232574714
Binary1001110101110100111100001011010011101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B29; }

 p { color: rgb(19,43,41); }

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

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

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

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

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

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

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