#193431

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

Shades of Swamp #193431

Tints of Swamp #193431

Color information

#193431 (or 0x193431) is unknown color: approx Swamp. HEX triplet: 19, 34 and 31. RGB value is (25,52,49). Sum of RGB (Red+Green+Blue) = 25+52+49=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #193431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193431 is #E6CBCE. Grayscale: #2B2B2B. Windows color (decimal): -15125455 or 3224601. OLE color: 3224601.

HSL color Cylindrical-coordinate representation of color #193431: hue angle of 173.33º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193431 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB255249-
CMYK0.5200.060.80
HSL173.33º35.06%15.1%-
HSV(B)173.33º51.92%20.39%-
XYZ2.182.883.35-
YUV43.58131.05114.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=19.84%
G=41.27%
B=38.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552490.5200.060.80173.3335.0615.1
Hex193431340650ad23f
Octal31646164061202554317
Binary1100111010011000111010001101010000101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193431; }

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

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

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

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

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

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

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

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