#193030

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

Shades of Swamp #193030

Tints of Swamp #193030

Color information

#193030 (or 0x193030) is unknown color: approx Swamp. HEX triplet: 19, 30 and 30. RGB value is (25,48,48). Sum of RGB (Red+Green+Blue) = 25+48+48=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #193030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193030 is #E6CFCF. Grayscale: #292929. Windows color (decimal): -15126480 or 3158041. OLE color: 3158041.

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

Color convert

RGB254848-
CMYK0.48000.81
HSL180º31.51%14.31%-
HSV(B)180º47.92%18.82%-
XYZ1.992.533.18-
YUV41.12131.88116.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=20.66%
G=39.67%
B=39.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548480.48000.8118031.5114.31
Hex193030300051b420e
Octal31606060001212644016
Binary11001110000110000110000001010001101101001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193030; }

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

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

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

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

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

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

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

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