Html Css Color HEX #193231 Swamp

📋 copy color: '#193231'

red 25 ◦ green 50 ◦ blue 49

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

Shades of Swamp #193231

Tints of Swamp #193231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

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

R = 20.16%
G = 40.32%
B = 39.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#193231 (or 0x193231) is known color: Swamp. HEX triplet: 19, 32 and 31. RGB value is (25,50,49). Sum of RGB (Red+Green+Blue) = 25+50+49=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #193231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193231 is #E6CDCE. Grayscale: #2A2A2A. Windows color (decimal): -15125967 or 3224089. OLE color: 3224089.

HSL color Cylindrical-coordinate representation of color #193231: hue angle of 177.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193231 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 50 49 -
CMYK 0.50 0 0.02 0.80
HSL 177.6º 0.33% 0.15% -
HSV(B) 177.6º 0.5% 0.2% -
XYZ 2.1 2.71 3.32 -
YUV 42.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 25 50 49 0.50 0 0.02 0.80 177.6 0.33 0.15
Hex 19 32 31 32 0 2 50 B2 21 F
Octal 31 62 61 62 0 2 120 262 41 17
Binary 11001 110010 110001 110010 0 10 1010000 10110010 100001 1111

Color Harmonies of #193231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193231

Black with #193231

Text Example


Text Example

White with #193231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193231; }

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

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

background-color css

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

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

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

border-color css

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

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

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