#132425

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

Shades of Swamp #132425

Tints of Swamp #132425

Color information

#132425 (or 0x132425) is unknown color: approx Swamp. HEX triplet: 13, 24 and 25. RGB value is (19,36,37). Sum of RGB (Red+Green+Blue) = 19+36+37=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #132425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132425 is #ECDBDA. Grayscale: #1F1F1F. Windows color (decimal): -15522779 or 2434067. OLE color: 2434067.

HSL color Cylindrical-coordinate representation of color #132425: hue angle of 183.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132425 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193637-
CMYK0.490.0300.85
HSL183.33º32.14%10.98%-
HSV(B)183.33º48.65%14.51%-
XYZ1.231.531.98-
YUV31.03131.37119.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=20.65%
G=39.13%
B=40.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1936370.490.0300.85183.3332.1410.98
Hex132425313055b720b
Octal23444561301252674013
Binary100111001001001011100011101010101101101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132425; }

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

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

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

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

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

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

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

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