#193130

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

Shades of Swamp #193130

Tints of Swamp #193130

Color information

#193130 (or 0x193130) is unknown color: approx Swamp. HEX triplet: 19, 31 and 30. RGB value is (25,49,48). Sum of RGB (Red+Green+Blue) = 25+49+48=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #193130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193130 is #E6CECF. Grayscale: #292929. Windows color (decimal): -15126224 or 3158297. OLE color: 3158297.

HSL color Cylindrical-coordinate representation of color #193130: hue angle of 177.5º 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 #193130 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB254948-
CMYK0.4900.020.81
HSL177.5º32.43%14.51%-
HSV(B)177.5º48.98%19.22%-
XYZ2.032.623.19-
YUV41.71131.55116.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=20.49%
G=40.16%
B=39.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2549480.4900.020.81177.532.4314.51
Hex193130310251b220f
Octal31616061021212624017
Binary110011100011100001100010101010001101100101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193130; }

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

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

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

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

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

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

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

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