Html Css Color HEX #192425 Swamp

📋 copy color: '#192425'

red 25 ◦ green 36 ◦ blue 37

#192425
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #192425

Tints of Swamp #192425

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 value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#192425 (or 0x192425) is known color: 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

RGB 25 36 37 -
CMYK 0.32 0.03 0 0.85
HSL 185º 0.19% 0.12% -
HSV(B) 185º 0.32% 0.15% -
XYZ 1.37 1.6 1.99 -
YUV 32.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 25 36 37 0.32 0.03 0 0.85 185 0.19 0.12
Hex 19 24 25 20 3 0 55 B9 13 C
Octal 31 44 45 40 3 0 125 271 23 14
Binary 11001 100100 100101 100000 11 0 1010101 10111001 10011 1100

Color Harmonies of #192425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192425

Black with #192425

Text Example


Text Example

White with #192425

Text Example


Text Example

HTML Codes & Css Web 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>