#132424

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

Shades of Swamp #132424

Tints of Swamp #132424

Color information

#132424 (or 0x132424) is unknown color: approx Swamp. HEX triplet: 13, 24 and 24. RGB value is (19,36,36). Sum of RGB (Red+Green+Blue) = 19+36+36=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: green, blue. Hex color #132424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132424 is #ECDBDB. Grayscale: #1E1E1E. Windows color (decimal): -15522780 or 2368531. OLE color: 2368531.

HSL color Cylindrical-coordinate representation of color #132424: hue angle of 180º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132424 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB193636-
CMYK0.47000.86
HSL180º30.91%10.78%-
HSV(B)180º47.22%14.12%-
XYZ1.221.531.9-
YUV30.92130.87119.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=20.88%
G=39.56%
B=39.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936360.47000.8618030.9110.78
Hex1324242F0056b41fb
Octal23444457001262643713
Binary1001110010010010010111100101011010110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132424; }

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

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

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

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

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

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

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

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