Html Css Color HEX #193331 Swamp

📋 copy color: '#193331'

red 25 ◦ green 51 ◦ blue 49

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

Shades of Swamp #193331

Tints of Swamp #193331

RGB

 RED value IS 25 (10.16% from 255) = 20%

 GREEN value IS 51 (20.31% from 255) = 40.8%

 BLUE value IS 49 (19.53% from 255) = 39.2%

R = 20%
G = 40.8%
B = 39.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#193331 (or 0x193331) is known color: Swamp. HEX triplet: 19, 33 and 31. RGB value is (25,51,49). Sum of RGB (Red+Green+Blue) = 25+51+49=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #193331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193331 is #E6CCCE. Grayscale: #2A2A2A. Windows color (decimal): -15125711 or 3224345. OLE color: 3224345.

HSL color Cylindrical-coordinate representation of color #193331: hue angle of 175.38º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193331 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 51 49 -
CMYK 0.51 0 0.04 0.8
HSL 175.38º 0.34% 0.15% -
HSV(B) 175.38º 0.51% 0.2% -
XYZ 2.14 2.8 3.33 -
YUV 43 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 25 51 49 0.51 0 0.04 0.8 175.38 0.34 0.15
Hex 19 33 31 33 0 4 50 AF 22 F
Octal 31 63 61 63 0 4 120 257 42 17
Binary 11001 110011 110001 110011 0 100 1010000 10101111 100010 1111

Color Harmonies of #193331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193331

Black with #193331

Text Example


Text Example

White with #193331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193331; }

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

 H1.HeaderClassName
 {
   color: #193331;
 }
 .AnyTagClassName
 {
   color: #193331;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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