#132B2C

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

Shades of Swamp #132B2C

Tints of Swamp #132B2C

Color information

#132B2C (or 0x132B2C) is unknown color: approx Swamp. HEX triplet: 13, 2B and 2C. RGB value is (19,43,44). Sum of RGB (Red+Green+Blue) = 19+43+44=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 44 - color contains mainly: blue. Hex color #132B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B2C is #ECD4D3. Grayscale: #232323. Windows color (decimal): -15520980 or 2894611. OLE color: 2894611.

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

Color convert

RGB194344-
CMYK0.570.0200.83
HSL182.4º39.68%12.35%-
HSV(B)182.4º56.82%17.25%-
XYZ1.592.052.69-
YUV35.94132.55115.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=17.92%
G=40.57%
B=41.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943440.570.0200.83182.439.6812.35
Hex132B2C392053b628c
Octal23535471201232665014
Binary100111010111011001110011001010011101101101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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