#132B2B

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

Shades of Swamp #132B2B

Tints of Swamp #132B2B

Color information

#132B2B (or 0x132B2B) is unknown color: approx Swamp. HEX triplet: 13, 2B and 2B. RGB value is (19,43,43). Sum of RGB (Red+Green+Blue) = 19+43+43=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 43 - color contains mainly: green, blue. Hex color #132B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B2B is #ECD4D4. Grayscale: #232323. Windows color (decimal): -15520981 or 2829075. OLE color: 2829075.

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

Color convert

RGB194343-
CMYK0.56000.83
HSL180º38.71%12.16%-
HSV(B)180º55.81%16.86%-
XYZ1.572.042.6-
YUV35.82132.05116-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 43 (17.19% from 255) = 40.95%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=18.10%
G=40.95%
B=40.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943430.56000.8318038.7112.16
Hex132B2B380053b427c
Octal23535370001232644714
Binary10011101011101011111000001010011101101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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