Html Css Color HEX #143031 Swamp

📋 copy color: '#143031'

red 20 ◦ green 48 ◦ blue 49

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

Shades of Swamp #143031

Tints of Swamp #143031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

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

R = 17.09%
G = 41.03%
B = 41.88%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#143031 (or 0x143031) is known color: Swamp. HEX triplet: 14, 30 and 31. RGB value is (20,48,49). Sum of RGB (Red+Green+Blue) = 20+48+49=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #143031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143031 is #EBCFCE. Grayscale: #272727. Windows color (decimal): -15454159 or 3223572. OLE color: 3223572.

HSL color Cylindrical-coordinate representation of color #143031: hue angle of 182.07º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143031 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 49 -
CMYK 0.59 0.02 0 0.81
HSL 182.07º 0.42% 0.14% -
HSV(B) 182.07º 0.59% 0.19% -
XYZ 1.9 2.48 3.29 -
YUV 39.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 20 48 49 0.59 0.02 0 0.81 182.07 0.42 0.14
Hex 14 30 31 3B 2 0 51 B6 2A E
Octal 24 60 61 73 2 0 121 266 52 16
Binary 10100 110000 110001 111011 10 0 1010001 10110110 101010 1110

Color Harmonies of #143031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143031

Black with #143031

Text Example


Text Example

White with #143031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143031; }

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

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

background-color css

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

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

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

border-color css

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

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

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