#143331

Color #143331 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #143331

Tints of Swamp #143331

Color information

#143331 (or 0x143331) is unknown color: approx Swamp. HEX triplet: 14, 33 and 31. RGB value is (20,51,49). Sum of RGB (Red+Green+Blue) = 20+51+49=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #143331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143331 is #EBCCCE. Grayscale: #292929. Windows color (decimal): -15453391 or 3224340. OLE color: 3224340.

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

Color convert

RGB205149-
CMYK0.6100.040.8
HSL176.13º43.66%13.92%-
HSV(B)176.13º60.78%20%-
XYZ2.032.743.33-
YUV41.5132.23112.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=16.67%
G=42.5%
B=40.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051490.6100.040.8176.1343.6613.92
Hex1433313D0450b02ce
Octal24636175041202605416
Binary1010011001111000111110101001010000101100001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143331; }

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

 H1.HeaderClassName
 {
   color: #143331;
 }
 .AnyTagClassName
 {
   color: #143331;
 }
</style>
background-color css

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

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

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

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

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

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