#192425

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

Shades of Swamp #192425

Tints of Swamp #192425

Color information

#192425 (or 0x192425) is unknown color: approx Swamp. HEX triplet: 19, 24 and 25. RGB value is (25,36,37). Sum of RGB (Red+Green+Blue) = 25+36+37=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #192425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192425 is #E6DBDA. Grayscale: #202020. Windows color (decimal): -15129563 or 2434073. OLE color: 2434073.

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

Color convert

RGB253637-
CMYK0.320.0300.85
HSL185º19.35%12.16%-
HSV(B)185º32.43%14.51%-
XYZ1.371.61.99-
YUV32.83130.36122.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.51%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=25.51%
G=36.73%
B=37.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2536370.320.0300.8518519.3512.16
Hex192425203055b913c
Octal31444540301252712314
Binary11001100100100101100000110101010110111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192425; }

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

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

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

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

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

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

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

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