Html Css Color HEX #143231 Swamp

📋 copy color: '#143231'

red 20 ◦ green 50 ◦ blue 49

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

Shades of Swamp #143231

Tints of Swamp #143231

RGB

 RED value IS 20 (8.2% from 255) = 16.81%

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

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

R = 16.81%
G = 42.02%
B = 41.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#143231 (or 0x143231) is known color: Swamp. HEX triplet: 14, 32 and 31. RGB value is (20,50,49). Sum of RGB (Red+Green+Blue) = 20+50+49=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #143231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143231 is #EBCDCE. Grayscale: #282828. Windows color (decimal): -15453647 or 3224084. OLE color: 3224084.

HSL color Cylindrical-coordinate representation of color #143231: hue angle of 178º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143231 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 50 49 -
CMYK 0.60 0 0.02 0.80
HSL 178º 0.43% 0.14% -
HSV(B) 178º 0.6% 0.2% -
XYZ 1.98 2.65 3.31 -
YUV 40.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 20 50 49 0.60 0 0.02 0.80 178 0.43 0.14
Hex 14 32 31 3C 0 2 50 B2 2B E
Octal 24 62 61 74 0 2 120 262 53 16
Binary 10100 110010 110001 111100 0 10 1010000 10110010 101011 1110

Color Harmonies of #143231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143231

Black with #143231

Text Example


Text Example

White with #143231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143231; }

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

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

background-color css

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

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

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

border-color css

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

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

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