#193131

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

Shades of Swamp #193131

Tints of Swamp #193131

Color information

#193131 (or 0x193131) is unknown color: approx Swamp. HEX triplet: 19, 31 and 31. RGB value is (25,49,49). Sum of RGB (Red+Green+Blue) = 25+49+49=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #193131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193131 is #E6CECE. Grayscale: #292929. Windows color (decimal): -15126223 or 3223833. OLE color: 3223833.

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

Color convert

RGB254949-
CMYK0.49000.81
HSL180º32.43%14.51%-
HSV(B)180º48.98%19.22%-
XYZ2.052.633.3-
YUV41.82132.05116-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=20.33%
G=39.84%
B=39.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549490.49000.8118032.4314.51
Hex193131310051b420f
Octal31616161001212644017
Binary11001110001110001110001001010001101101001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193131; }

 p { color: rgb(25,49,49); }

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

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

 a { background-color: rgb(25,49,49); }

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

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

 span { border-color: rgb(25,49,49); }

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